Home
last modified time | relevance | path

Searched refs:bytes_alloc (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/trace/events/
H A Dkmem.h17 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 Dpercpu.h16 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 Dkmem.h26 __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 Dbuiltin-kmem.c63 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 Dbuiltin-kmem.c65 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 Dcheck-perf-trace.pl47 $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 Dcheck-perf-trace.py42 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 Dcheck-perf-trace.py42 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 Dcheck-perf-trace.pl47 $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 Dbench_local_storage_create.c34 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 Dring_buffer.c5686 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 Dring_buffer.c5884 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()

Completed in 48 milliseconds