Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:power_event
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-timechart.c
51
struct
power_event
;
57
struct
power_event
*power_events;
176
struct
power_event
{
struct
177
struct
power_event
*next;
365
struct
power_event
*pwr = zalloc(sizeof(*pwr));
in c_state_end()
380
static struct
power_event
*p_state_end(struct timechart *tchart, int cpu,
in p_state_end()
383
struct
power_event
*pwr = zalloc(sizeof(*pwr));
in p_state_end()
403
struct
power_event
*pwr;
in p_state_change()
701
struct
power_event
*pwr;
in end_sample_processing()
1021
struct
power_event
*pw
in draw_c_p_states()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-timechart.c
48
struct
power_event
;
54
struct
power_event
*power_events;
173
struct
power_event
{
struct
174
struct
power_event
*next;
355
struct
power_event
*pwr = zalloc(sizeof(*pwr));
in c_state_end()
372
struct
power_event
*pwr;
in p_state_change()
679
struct
power_event
*pwr;
in end_sample_processing()
1012
struct
power_event
*pwr;
in draw_c_p_states()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac1000.h
49
enum
power_event
{
enum
H
A
D
dwmac4.h
163
enum
power_event
{
enum
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac1000.h
49
enum
power_event
{
enum
H
A
D
dwmac4.h
167
enum
power_event
{
enum
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H
A
D
test_intel_pt.sh
580
power_event
=$(cat /sys/bus/event_source/devices/intel_pt/caps/power_event_trace)
581
if [ "${
power_event
}" != "1" ] ; then
Completed in 11 milliseconds