Home
last modified time | relevance | path

Searched refs:bytes_req (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dkmem.h16 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,
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_t gfp_flags),
59 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
66 size_t bytes_req,
[all …]
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram.rst223 field:size_t bytes_req; offset:24; size:8; signed:0;
231 # echo 'hist:key=call_site:val=bytes_req' > \
237 created for it in the table. The 'val=bytes_req' parameter tells
247 # trigger info: hist:keys=call_site:vals=bytes_req:sort=hitcount:size=2048 [active]
249 { call_site: 18446744072106379007 } hitcount: 1 bytes_req: 176
250 { call_site: 18446744071579557049 } hitcount: 1 bytes_req: 1024
251 { call_site: 18446744071580608289 } hitcount: 1 bytes_req: 16384
252 { call_site: 18446744071581827654 } hitcount: 1 bytes_req: 24
253 { call_site: 18446744071580700980 } hitcount: 1 bytes_req: 8
254 { call_site: 18446744071579359876 } hitcount: 1 bytes_req: 152
[all …]
H 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
H A Devents.rst439 bytes_req == 256' and 'kmem:kmalloc if bytes_alloc == 256' (they
456 # echo 'stacktrace:5 if bytes_req >= 65536' > \
468 # echo '!stacktrace:5 if bytes_req >= 65536' > \
H 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…
319 ftrace_event_field name: bytes_req
352 …# echo '!hist:keys=common_pid,call_site.sym:values=bytes_req,bytes_alloc,hitcount' >> events/kmem/…
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-kmem.c62 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()
176 int bytes_req = evsel__intval(evsel, sample, "bytes_req"), in evsel__process_alloc_event() local
179 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in evsel__process_alloc_event()
180 insert_caller_stat(call_site, bytes_req, bytes_alloc)) in evsel__process_alloc_event()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dcheck-perf-trace.py42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument
51 (call_site, ptr, bytes_req, bytes_alloc,
/OK3568_Linux_fs/kernel/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
/OK3568_Linux_fs/yocto/poky/documentation/profile-manual/
H A Dusage.rst1547 field:size_t bytes_req; offset:32; size:8; signed:0;
1551 …print fmt: "call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s", REC->call_site, REC-…
1599 … 18154.620753: kmalloc: call_site=ffffffff816650d4 ptr=ffff8800729c3000 bytes_req=2048 bytes_alloc…
1600 … 18154.621640: kmalloc: call_site=ffffffff81619b36 ptr=ffff88006d555800 bytes_req=512 bytes_alloc=…
1601 … 18154.621656: kmalloc: call_site=ffffffff81619b36 ptr=ffff88006d555800 bytes_req=512 bytes_alloc=…
1602 … 18154.755472: kmalloc: call_site=ffffffff81614050 ptr=ffff88006d5f0e00 bytes_req=512 bytes_alloc=…
1603 … 18154.755581: kmalloc: call_site=ffffffff8141abe8 ptr=ffff8800734f4cc0 bytes_req=168 bytes_alloc=…
1604 … 18154.755583: kmalloc: call_site=ffffffff814192a3 ptr=ffff88001f822520 bytes_req=24 bytes_alloc=3…
1605 … 18154.755589: kmalloc: call_site=ffffffff81419edb ptr=ffff8800721a2f00 bytes_req=64 bytes_alloc=6…
1606 … 18155.354594: kmalloc: call_site=ffffffff81614050 ptr=ffff88006db35400 bytes_req=576 bytes_alloc=…
[all …]