Searched refs:bytes_req (Results 1 – 8 of 8) sorted by relevance
| /linux/include/trace/events/ |
| A D | kmem.h | 16 size_t bytes_req, 20 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags), 25 __field( size_t, bytes_req ) 33 __entry->bytes_req = bytes_req; 41 __entry->bytes_req, 66 size_t bytes_req, 76 __field( size_t, bytes_req ) 85 __entry->bytes_req = bytes_req; 94 __entry->bytes_req, 103 size_t bytes_req, size_t bytes_alloc, [all …]
|
| /linux/Documentation/trace/ |
| A D | histogram.rst | 224 field:size_t bytes_req; offset:24; size:8; signed:0; 232 # echo 'hist:key=call_site:val=bytes_req.buckets=32' > \ 238 created for it in the table. The 'val=bytes_req' parameter tells 288 hist:keys=call_site:vals=bytes_req:sort=hitcount:size=2048 [active] 317 # echo '!hist:key=call_site:val=bytes_req' > \ 325 # echo 'hist:key=call_site.hex:val=bytes_req' > \ 370 # echo 'hist:key=call_site.sym:val=bytes_req' > \ 420 # echo 'hist:key=call_site.sym:val=bytes_req:sort=bytes_req.descending' > \ 424 …# trigger info: hist:keys=call_site.sym:vals=bytes_req:sort=bytes_req.descending:size=2048 [active] 461 # echo 'hist:key=call_site.sym-offset:val=bytes_req:sort=bytes_req.descending' > \ [all …]
|
| 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 | events.rst | 420 bytes_req == 256' and 'kmem:kmalloc if bytes_alloc == 256' (they 437 # echo 'stacktrace:5 if bytes_req >= 65536' > \ 449 # echo '!stacktrace:5 if bytes_req >= 65536' > \
|
| 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… 319 ftrace_event_field name: bytes_req 352 …# echo '!hist:keys=common_pid,call_site.sym:values=bytes_req,bytes_alloc,hitcount' >> events/kmem/…
|
| /linux/tools/perf/ |
| A D | builtin-kmem.c | 62 u64 bytes_req; member 86 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument 106 data->bytes_req += bytes_req; in insert_alloc_stat() 117 data->bytes_req = bytes_req; in insert_alloc_stat() 131 int bytes_req, int bytes_alloc) in insert_caller_stat() argument 151 data->bytes_req += bytes_req; in insert_caller_stat() 162 data->bytes_req = bytes_req; in insert_caller_stat() 183 total_requested += bytes_req; in evsel__process_alloc_event() 1023 (unsigned long long)data->bytes_req, in __print_slab_result() 1483 x = fragmentation(l->bytes_req, l->bytes_alloc); in frag_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,
|
Completed in 23 milliseconds