Searched refs:call_site (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | kmem.h | 13 TP_PROTO(unsigned long call_site, 19 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags), 22 __field( unsigned long, call_site ) 30 __entry->call_site = call_site; 38 __entry->call_site, 47 TP_PROTO(unsigned long call_site, const void *ptr, 50 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags) 55 TP_PROTO(unsigned long call_site, const void *ptr, 58 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags) 63 TP_PROTO(unsigned long call_site, [all …]
|
/linux-4.4.14/tools/perf/ |
D | builtin-kmem.c | 48 u64 call_site; member 68 static int insert_alloc_stat(unsigned long call_site, unsigned long ptr, in insert_alloc_stat() argument 106 data->call_site = call_site; in insert_alloc_stat() 111 static int insert_caller_stat(unsigned long call_site, in insert_caller_stat() argument 122 if (call_site > data->call_site) in insert_caller_stat() 124 else if (call_site < data->call_site) in insert_caller_stat() 130 if (data && data->call_site == call_site) { in insert_caller_stat() 140 data->call_site = call_site; in insert_caller_stat() 157 call_site = perf_evsel__intval(evsel, sample, "call_site"); 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() [all …]
|
/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 19 kfree call_site=%lx ptr=%p 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 32 kmem_cache_free call_site=%lx ptr=%p 37 but the call_site can usually be used to extrapolate that information.
|
/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,
|