Searched refs:bytes_req (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | kmem.h | 15 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.4.14/tools/perf/ |
D | builtin-kmem.c | 50 u64 bytes_req; member 69 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument 89 data->bytes_req += bytes_req; in insert_alloc_stat() 100 data->bytes_req = bytes_req; in insert_alloc_stat() 112 int bytes_req, int bytes_alloc) in insert_caller_stat() argument 132 data->bytes_req += bytes_req; in insert_caller_stat() 143 data->bytes_req = bytes_req; in insert_caller_stat() 158 int bytes_req = perf_evsel__intval(evsel, sample, "bytes_req"), in perf_evsel__process_alloc_event() local 161 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in perf_evsel__process_alloc_event() 162 insert_caller_stat(call_site, bytes_req, bytes_alloc)) in perf_evsel__process_alloc_event() [all …]
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | check-perf-trace.py | 41 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument 50 (call_site, ptr, bytes_req, bytes_alloc,
|
/linux-4.4.14/tools/perf/scripts/perl/ |
D | check-perf-trace.pl | 47 $call_site, $ptr, $bytes_req, $bytes_alloc, 57 $call_site, $ptr, $bytes_req, $bytes_alloc,
|
/linux-4.4.14/Documentation/trace/ |
D | events-kmem.txt | 17 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
|
D | events.txt | 415 bytes_req == 256' and 'kmem:kmalloc if bytes_alloc == 256' (they 432 # echo 'stacktrace:5 if bytes_req >= 65536' > \ 444 # echo '!stacktrace:5 if bytes_req >= 65536' > \
|