/kernel/linux/linux-5.10/include/trace/events/ |
H A D | kmem.h | 17 size_t bytes_alloc, 20 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags), 26 __field( size_t, bytes_alloc ) 34 __entry->bytes_alloc = bytes_alloc; 38 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s", 42 __entry->bytes_alloc, 49 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags), 51 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags) 57 size_t bytes_req, size_t bytes_alloc, gfp_ [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | percpu.h | 16 void __percpu *ptr, size_t bytes_alloc, gfp_t gfp_flags), 19 ptr, bytes_alloc, gfp_flags), 30 __field( size_t, bytes_alloc ) 42 __entry->bytes_alloc = bytes_alloc; 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", 51 __entry->bytes_alloc, show_gfp_flags(__entry->gfp_flags))
|
H A D | kmem.h | 26 __field( size_t, bytes_alloc ) 36 __entry->bytes_alloc = s->size; 44 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d accounted=%s", 48 __entry->bytes_alloc, 59 size_t bytes_alloc, 63 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node), 69 __field( size_t, bytes_alloc ) 78 __entry->bytes_alloc = bytes_alloc; 83 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-kmem.c | 63 u64 bytes_alloc; member 86 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() 107 data->bytes_alloc += bytes_alloc; in insert_alloc_stat() 118 data->bytes_alloc = bytes_alloc; in insert_alloc_stat() 125 data->last_alloc = bytes_alloc; in insert_alloc_stat() 131 int bytes_req, int bytes_alloc) in insert_caller_stat() 152 data->bytes_alloc += bytes_alloc; in insert_caller_stat() 85 insert_alloc_stat(unsigned long call_site, unsigned long ptr, int bytes_req, int bytes_alloc, int cpu) insert_alloc_stat() argument 130 insert_caller_stat(unsigned long call_site, int bytes_req, int bytes_alloc) insert_caller_stat() argument 177 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); evsel__process_alloc_event() local [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kmem.c | 65 u64 bytes_alloc; member 88 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() 109 data->bytes_alloc += bytes_alloc; in insert_alloc_stat() 120 data->bytes_alloc = bytes_alloc; in insert_alloc_stat() 127 data->last_alloc = bytes_alloc; in insert_alloc_stat() 133 int bytes_req, int bytes_alloc) in insert_caller_stat() 154 data->bytes_alloc += bytes_alloc; in insert_caller_stat() 87 insert_alloc_stat(unsigned long call_site, unsigned long ptr, int bytes_req, int bytes_alloc, int cpu) insert_alloc_stat() argument 132 insert_caller_stat(unsigned long call_site, int bytes_req, int bytes_alloc) insert_caller_stat() argument 179 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); evsel__process_alloc_event() local [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, 50 "bytes_alloc=%u, gfp_flags=%s" % 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, 50 "bytes_alloc=%u, gfp_flags=%s" % 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 | 34 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags, in BPF_PROG() 33 BPF_PROG(kmalloc, unsigned long call_site, const void *ptr, size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags, int node) BPF_PROG() argument
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | ring_buffer.c | 5686 unsigned long bytes_alloc; member 5769 data->bytes_alloc += event_len; in rb_write_something() 5919 total_alloc = data->bytes_alloc + data->bytes_alloc_nested; in test_ringbuffer()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ring_buffer.c | 5884 unsigned long bytes_alloc; member 5967 data->bytes_alloc += event_len; in rb_write_something() 6114 total_alloc = data->bytes_alloc + data->bytes_alloc_nested; in test_ringbuffer()
|