Home
last modified time | relevance | path

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

/linux-4.1.27/include/trace/events/
Dkmem.h15 size_t bytes_req,
19 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags),
24 __field( size_t, bytes_req )
32 __entry->bytes_req = bytes_req;
40 __entry->bytes_req,
48 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags),
50 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
56 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags),
58 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
65 size_t bytes_req,
[all …]
/linux-4.1.27/tools/perf/
Dbuiltin-kmem.c44 u64 bytes_req; member
63 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument
83 data->bytes_req += bytes_req; in insert_alloc_stat()
94 data->bytes_req = bytes_req; in insert_alloc_stat()
106 int bytes_req, int bytes_alloc) in insert_caller_stat() argument
126 data->bytes_req += bytes_req; in insert_caller_stat()
137 data->bytes_req = bytes_req; in insert_caller_stat()
152 int bytes_req = perf_evsel__intval(evsel, sample, "bytes_req"), in perf_evsel__process_alloc_event() local
155 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in perf_evsel__process_alloc_event()
156 insert_caller_stat(call_site, bytes_req, bytes_alloc)) in perf_evsel__process_alloc_event()
[all …]
/linux-4.1.27/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-4.1.27/tools/perf/scripts/perl/
Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
/linux-4.1.27/Documentation/trace/
Devents-kmem.txt17 kmalloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
18 kmalloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
30 kmem_cache_alloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
31 kmem_cache_alloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
Devents.txt397 bytes_req == 256' and 'kmem:kmalloc if bytes_alloc == 256' (they
414 # echo 'stacktrace:5 if bytes_req >= 65536' > \
426 # echo '!stacktrace:5 if bytes_req >= 65536' > \