Searched defs:call_site (Results 1 - 3 of 3) 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
|
| /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 4 milliseconds