Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
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 …]
/Linux-v4.19/Documentation/trace/
Dhistogram.rst235 field:size_t bytes_req; offset:24; size:8; signed:0;
243 # echo 'hist:key=call_site:val=bytes_req' > \
249 created for it in the table. The 'val=bytes_req' parameter tells
259 # trigger info: hist:keys=call_site:vals=bytes_req:sort=hitcount:size=2048 [active]
261 { call_site: 18446744072106379007 } hitcount: 1 bytes_req: 176
262 { call_site: 18446744071579557049 } hitcount: 1 bytes_req: 1024
263 { call_site: 18446744071580608289 } hitcount: 1 bytes_req: 16384
264 { call_site: 18446744071581827654 } hitcount: 1 bytes_req: 24
265 { call_site: 18446744071580700980 } hitcount: 1 bytes_req: 8
266 { call_site: 18446744071579359876 } hitcount: 1 bytes_req: 152
[all …]
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
Devents.rst419 bytes_req == 256' and 'kmem:kmalloc if bytes_alloc == 256' (they
436 # echo 'stacktrace:5 if bytes_req >= 65536' > \
448 # echo '!stacktrace:5 if bytes_req >= 65536' > \
/Linux-v4.19/tools/perf/
Dbuiltin-kmem.c57 u64 bytes_req; member
81 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument
101 data->bytes_req += bytes_req; in insert_alloc_stat()
112 data->bytes_req = bytes_req; in insert_alloc_stat()
126 int bytes_req, int bytes_alloc) in insert_caller_stat() argument
146 data->bytes_req += bytes_req; in insert_caller_stat()
157 data->bytes_req = bytes_req; in insert_caller_stat()
172 int bytes_req = perf_evsel__intval(evsel, sample, "bytes_req"), in perf_evsel__process_alloc_event() local
175 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in perf_evsel__process_alloc_event()
176 insert_caller_stat(call_site, bytes_req, bytes_alloc)) in perf_evsel__process_alloc_event()
[all …]
/Linux-v4.19/tools/perf/scripts/python/
Dcheck-perf-trace.py41 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument
50 (call_site, ptr, bytes_req, bytes_alloc,
/Linux-v4.19/tools/perf/scripts/perl/
Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,