/kernel/linux/linux-5.10/include/trace/events/ |
H A D | kmem.h | 14 TP_PROTO(unsigned long call_site, 20 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags), 23 __field( unsigned long, call_site ) 31 __entry->call_site = call_site; 38 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s", 39 (void *)__entry->call_site, 48 TP_PROTO(unsigned long call_site, const void *ptr, 51 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags) 56 TP_PROTO(unsigned long call_site, cons [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | kmem.h | 14 TP_PROTO(unsigned long call_site, 20 TP_ARGS(call_site, ptr, s, gfp_flags, node), 23 __field( unsigned long, call_site ) 33 __entry->call_site = call_site; 44 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d accounted=%s", 45 (void *)__entry->call_site, 56 TP_PROTO(unsigned long call_site, 63 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node), 66 __field( unsigned long, call_site ) [all...] |
H A D | percpu.h | 13 TP_PROTO(unsigned long call_site, 18 TP_ARGS(call_site, reserved, is_atomic, size, align, base_addr, off, 22 __field( unsigned long, call_site ) 34 __entry->call_site = call_site; 46 TP_printk("call_site=%pS reserved=%d is_atomic=%d size=%zu align=%zu base_addr=%p off=%d ptr=%p bytes_alloc=%zu gfp_flags=%s", 47 (void *)__entry->call_site,
|
/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 123 data->call_site = call_site; in insert_alloc_stat() 130 static int insert_caller_stat(unsigned long call_site, in insert_caller_stat() argument 141 if (call_site > data->call_site) in insert_caller_stat() 143 else if (call_site < data->call_site) in insert_caller_stat() 149 if (data && data->call_site in insert_caller_stat() 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 125 data->call_site = call_site; in insert_alloc_stat() 132 static int insert_caller_stat(unsigned long call_site, in insert_caller_stat() argument 143 if (call_site > data->call_site) in insert_caller_stat() 145 else if (call_site < data->call_site) in insert_caller_stat() 151 if (data && data->call_site in insert_caller_stat() 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...] |
/kernel/linux/linux-5.10/tools/perf/scripts/perl/ |
H A D | check-perf-trace.pl | 47 $call_site, $ptr, $bytes_req, $bytes_alloc, 55 printf("call_site=%p, ptr=%p, bytes_req=%u, bytes_alloc=%u, ". 57 $call_site, $ptr, $bytes_req, $bytes_alloc,
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | check-perf-trace.py | 42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, 49 print("call_site=%u, ptr=%u, bytes_req=%u, " 51 (call_site, ptr, bytes_req, bytes_alloc,
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | check-perf-trace.py | 42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, 49 print("call_site=%u, ptr=%u, bytes_req=%u, " 51 (call_site, ptr, bytes_req, bytes_alloc,
|
/kernel/linux/linux-6.6/tools/perf/scripts/perl/ |
H A D | check-perf-trace.pl | 47 $call_site, $ptr, $bytes_req, $bytes_alloc, 55 printf("call_site=%p, ptr=%p, bytes_req=%u, bytes_alloc=%u, ". 57 $call_site, $ptr, $bytes_req, $bytes_alloc,
|
/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
|