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:srccode_state
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
srccode.h
4
struct
srccode_state
{
struct
9
static inline void srccode_state_init(struct
srccode_state
*state)
in srccode_state_init()
15
void srccode_state_free(struct
srccode_state
*state);
H
A
D
thread.h
55
struct
srccode_state
srccode_state
;
member
H
A
D
thread.c
71
srccode_state_init(&thread->
srccode_state
);
in thread__new()
110
srccode_state_free(&thread->
srccode_state
);
in thread__delete()
H
A
D
map.c
444
void srccode_state_free(struct
srccode_state
*state)
in srccode_state_free()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
srccode.h
4
struct
srccode_state
{
struct
9
static inline void srccode_state_init(struct
srccode_state
*state)
in srccode_state_init()
15
void srccode_state_free(struct
srccode_state
*state);
H
A
D
thread.h
57
struct
srccode_state
srccode_state
;
in DECLARE_RC_STRUCT()
local
272
static inline struct
srccode_state
*thread__srccode_state(struct thread *thread)
in thread__srccode_state()
274
return &RC_CHK_ACCESS(thread)->
srccode_state
;
in thread__srccode_state()
H
A
D
map.c
512
void srccode_state_free(struct
srccode_state
*state)
in srccode_state_free()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-script.c
1021
static int map__fprintf_srccode(struct map *map, u64 addr, FILE *fp, struct
srccode_state
*state)
in map__fprintf_srccode()
1073
&thread->
srccode_state
);
in print_srccode()
1483
&thread->
srccode_state
);
in perf_sample__fprintf_bts()
2016
&thread->
srccode_state
))
in process_event()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-script.c
1101
static int map__fprintf_srccode(struct map *map, u64 addr, FILE *fp, struct
srccode_state
*state)
in map__fprintf_srccode()
Completed in 17 milliseconds