Home
last modified time | relevance | path

Searched defs:call_site (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbench_local_storage_create.c33 int BPF_PROG(kmalloc, unsigned long call_site, const void *ptr, in BPF_PROG() argument
/third_party/rust/crates/proc-macro-error/src/
H A Dlib.rs322 pub fn call_site() -> Self { in call_site() functions
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs405 pub fn call_site() -> Self { in call_site() functions
H A Dfallback.rs500 pub fn call_site() -> Self { in call_site() functions
505 pub fn call_site() -> Self { in call_site() functions
[all...]
H A Dlib.rs412 pub fn call_site() -> Self { in call_site() functions
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-kmem.c60 u64 call_site; member
85 static int insert_alloc_stat(unsigned long call_site, unsigned long ptr, in insert_alloc_stat() argument
130 static int insert_caller_stat(unsigned long call_site, in insert_caller_stat() argument
175 call_site = evsel__intval(evsel, sample, "call_site"); evsel__process_alloc_event() local
208 search_alloc_stat(unsigned long ptr, unsigned long call_site, struct rb_root *root, sort_fn_t sort_fn) search_alloc_stat() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kmem.c62 u64 call_site; member
87 static int insert_alloc_stat(unsigned long call_site, unsigned long ptr, in insert_alloc_stat() argument
132 static int insert_caller_stat(unsigned long call_site, in insert_caller_stat() argument
177 call_site = evsel__intval(evsel, sample, "call_site"); evsel__process_alloc_event() local
221 search_alloc_stat(unsigned long ptr, unsigned long call_site, struct rb_root *root, sort_fn_t sort_fn) search_alloc_stat() argument
[all...]

Completed in 9 milliseconds