Searched refs:bytes_alloc (Results 1 – 9 of 9) sorted by relevance
/linux/include/trace/events/ |
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; 42 __entry->bytes_alloc, 67 size_t bytes_alloc, 77 __field( size_t, bytes_alloc ) 86 __entry->bytes_alloc = bytes_alloc; 95 __entry->bytes_alloc, 103 size_t bytes_req, size_t bytes_alloc, [all …]
|
/linux/tools/perf/ |
A D | builtin-kmem.c | 63 u64 bytes_alloc; member 86 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument 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() argument 152 data->bytes_alloc += bytes_alloc; in insert_caller_stat() 163 data->bytes_alloc = bytes_alloc; in insert_caller_stat() 184 total_allocated += bytes_alloc; in evsel__process_alloc_event() 1465 if (l->bytes_alloc < r->bytes_alloc) in bytes_cmp() [all …]
|
/linux/tools/perf/scripts/python/ |
A D | check-perf-trace.py | 42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument 51 (call_site, ptr, bytes_req, bytes_alloc,
|
/linux/tools/perf/scripts/perl/ |
A D | check-perf-trace.pl | 47 $call_site, $ptr, $bytes_req, $bytes_alloc, 57 $call_site, $ptr, $bytes_req, $bytes_alloc,
|
/linux/Documentation/trace/ |
A D | events-kmem.rst | 21 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 D | histogram.rst | 225 field:size_t bytes_alloc; offset:32; size:8; signed:0; 500 # echo 'hist:keys=call_site.sym:values=bytes_req,bytes_alloc:sort=bytes_alloc.descending' > \ 504 …# trigger info: hist:keys=call_site.sym:vals=bytes_req,bytes_alloc:sort=bytes_alloc.descending:siz… 543 # echo 'hist:keys=stacktrace:values=bytes_req,bytes_alloc:sort=bytes_alloc' > \ 555 …# trigger info: hist:keys=stacktrace:vals=bytes_req,bytes_alloc:sort=bytes_alloc:size=2048 [active] 574 } hitcount: 3 bytes_req: 21 bytes_alloc: 24 589 } hitcount: 3 bytes_req: 21 bytes_alloc: 24 598 } hitcount: 1 bytes_req: 32 bytes_alloc: 32 609 } hitcount: 17726 bytes_req: 13944120 bytes_alloc: 19593808 618 } hitcount: 33348 bytes_req: 17152128 bytes_alloc: 20226048 [all …]
|
A D | histogram-design.rst | 279 …# 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 D | events.rst | 420 bytes_req == 256' and 'kmem:kmalloc if bytes_alloc == 256' (they
|
/linux/kernel/trace/ |
A D | ring_buffer.c | 5740 unsigned long bytes_alloc; member 5823 data->bytes_alloc += event_len; in rb_write_something() 5973 total_alloc = data->bytes_alloc + data->bytes_alloc_nested; in test_ringbuffer()
|
Completed in 52 milliseconds