Searched refs:call_site (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/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-3.4.99/tools/perf/ |
D | builtin-kmem.c | 38 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/ |
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-3.4.99/tools/perf/scripts/python/ |
D | check-perf-trace.py | 41 call_site, ptr, bytes_req, bytes_alloc, argument 50 (call_site, ptr, bytes_req, bytes_alloc,
|
/linux-3.4.99/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,
|