Home
last modified time | relevance | path

Searched refs:call_site (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/trace/events/
Dkmem.h13 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/
Dbuiltin-kmem.c48 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/
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
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/
Dcheck-perf-trace.py41 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/
Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,