Searched defs:call_site (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bench_local_storage_create.c | 33 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 D | lib.rs | 322 pub fn call_site() -> Self { in call_site() functions
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | wrapper.rs | 405 pub fn call_site() -> Self { in call_site() functions
|
H A D | fallback.rs | 500 pub fn call_site() -> Self { in call_site() functions 505 pub fn call_site() -> Self { in call_site() functions [all...] |
H A D | lib.rs | 412 pub fn call_site() -> Self { in call_site() functions [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-kmem.c | 60 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 D | builtin-kmem.c | 62 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