Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/tools/perf/
Dbuiltin-kmem.c38 u64 call_site; member
116 static void insert_alloc_stat(unsigned long call_site, unsigned long ptr, in insert_alloc_stat() argument
152 data->call_site = call_site; in insert_alloc_stat()
156 static void insert_caller_stat(unsigned long call_site, in insert_caller_stat() argument
167 if (call_site > data->call_site) in insert_caller_stat()
169 else if (call_site < data->call_site) in insert_caller_stat()
175 if (data && data->call_site == call_site) { in insert_caller_stat()
183 data->call_site = call_site; in insert_caller_stat()
201 unsigned long call_site; in process_alloc_event() local
208 call_site = raw_field_value(event, "call_site", data); in process_alloc_event()
[all …]
/linux-3.4.99/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-3.4.99/tools/perf/scripts/python/
Dcheck-perf-trace.py41 call_site, ptr, bytes_req, bytes_alloc, argument
50 (call_site, ptr, bytes_req, bytes_alloc,
/linux-3.4.99/tools/perf/scripts/perl/
Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,