Home
last modified time | relevance | path

Searched refs:bytes_alloc (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/include/trace/events/
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;
51 __entry->bytes_alloc, show_gfp_flags(__entry->gfp_flags))
A Dkmem.h26 __field( size_t, bytes_alloc )
36 __entry->bytes_alloc = s->size;
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;
87 __entry->bytes_alloc,
/linux-6.3-rc2/tools/perf/
A Dbuiltin-kmem.c65 u64 bytes_alloc; member
88 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument
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() argument
154 data->bytes_alloc += bytes_alloc; in insert_caller_stat()
165 data->bytes_alloc = bytes_alloc; in insert_caller_stat()
186 total_allocated += bytes_alloc; in evsel__process_alloc_event()
1477 if (l->bytes_alloc < r->bytes_alloc) in bytes_cmp()
[all …]
/linux-6.3-rc2/tools/perf/scripts/python/
A Dcheck-perf-trace.py42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument
51 (call_site, ptr, bytes_req, bytes_alloc,
/linux-6.3-rc2/tools/perf/scripts/perl/
A Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
/linux-6.3-rc2/Documentation/trace/
A Devents-kmem.rst21 kmalloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
22 kmalloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
36 kmem_cache_alloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
37 kmem_cache_alloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
A Dhistogram.rst234 field:size_t bytes_alloc; offset:32; size:8; signed:0;
509 # echo 'hist:keys=call_site.sym:values=bytes_req,bytes_alloc:sort=bytes_alloc.descending' > \
513 …# trigger info: hist:keys=call_site.sym:vals=bytes_req,bytes_alloc:sort=bytes_alloc.descending:siz…
552 # echo 'hist:keys=stacktrace:values=bytes_req,bytes_alloc:sort=bytes_alloc' > \
564 …# trigger info: hist:keys=stacktrace:vals=bytes_req,bytes_alloc:sort=bytes_alloc:size=2048 [active]
583 } hitcount: 3 bytes_req: 21 bytes_alloc: 24
598 } hitcount: 3 bytes_req: 21 bytes_alloc: 24
607 } hitcount: 1 bytes_req: 32 bytes_alloc: 32
618 } hitcount: 17726 bytes_req: 13944120 bytes_alloc: 19593808
627 } hitcount: 33348 bytes_req: 17152128 bytes_alloc: 20226048
[all …]
A Dhistogram-design.rst279 …# echo 'hist:keys=common_pid,call_site.sym:values=bytes_req,bytes_alloc,hitcount' >> events/kmem/k…
298 …# trigger info: hist:keys=common_pid,call_site.sym:vals=hitcount,bytes_req,bytes_alloc:sort=hitcou…
327 ftrace_event_field name: bytes_alloc
352 …# echo '!hist:keys=common_pid,call_site.sym:values=bytes_req,bytes_alloc,hitcount' >> events/kmem/…
A Devents.rst451 bytes_req == 256' and 'kmem:kmalloc if bytes_alloc == 256' (they
/linux-6.3-rc2/kernel/trace/
A Dring_buffer.c5907 unsigned long bytes_alloc; member
5990 data->bytes_alloc += event_len; in rb_write_something()
6137 total_alloc = data->bytes_alloc + data->bytes_alloc_nested; in test_ringbuffer()

Completed in 37 milliseconds