Home
last modified time | relevance | path

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

/linux/include/trace/events/
A Dkmem.h14 TP_PROTO(unsigned long call_site,
23 __field( unsigned long, call_site )
31 __entry->call_site = call_site;
39 (void *)__entry->call_site,
64 TP_PROTO(unsigned long call_site,
83 __entry->call_site = call_site;
92 (void *)__entry->call_site,
122 TP_ARGS(call_site, ptr),
130 __entry->call_site = call_site;
142 TP_ARGS(call_site, ptr, name),
[all …]
/linux/Documentation/trace/
A Dhistogram.rst222 field:unsigned long call_site; offset:8; size:8; signed:0;
232 # echo 'hist:key=call_site:val=bytes_req.buckets=32' > \
236 call_site field of the kmalloc event as the key for the table, which
237 just means that each unique call_site address will have an entry
239 the hist trigger that for each unique entry (call_site) in the
241 requested by that call_site.
317 # echo '!hist:key=call_site:val=bytes_req' > \
320 Finally, notice that the call_site as displayed in the output above
325 # echo 'hist:key=call_site.hex:val=bytes_req' > \
370 # echo 'hist:key=call_site.sym:val=bytes_req' > \
[all …]
A Devents-kmem.rst21 kmalloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
22 kmalloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
23 kfree call_site=%lx ptr=%p
36 kmem_cache_alloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
37 kmem_cache_alloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
38 kmem_cache_free call_site=%lx ptr=%p
43 but the call_site can usually be used to extrapolate that information.
A Dhistogram-design.rst279 …# echo 'hist:keys=common_pid,call_site.sym:values=bytes_req,bytes_alloc,hitcount' >> events/kmem/k…
298 …# trigger info: hist:keys=common_pid,call_site.sym:vals=hitcount,bytes_req,bytes_alloc:sort=hitcou…
345 ftrace_event_field name: call_site
352 …# echo '!hist:keys=common_pid,call_site.sym:values=bytes_req,bytes_alloc,hitcount' >> events/kmem/…
/linux/tools/perf/
A Dbuiltin-kmem.c60 u64 call_site; member
123 data->call_site = call_site; in insert_alloc_stat()
141 if (call_site > data->call_site) in insert_caller_stat()
143 else if (call_site < data->call_site) in insert_caller_stat()
149 if (data && data->call_site == call_site) { in insert_caller_stat()
159 data->call_site = call_site; in insert_caller_stat()
209 unsigned long call_site, in search_alloc_stat() argument
214 struct alloc_stat key = { .ptr = ptr, .call_site = call_site }; in search_alloc_stat()
1007 addr = data->call_site; in __print_slab_result()
1431 if (l->call_site < r->call_site) in slab_callsite_cmp()
[all …]
/linux/tools/perf/scripts/python/
A Dcheck-perf-trace.py42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument
51 (call_site, ptr, bytes_req, bytes_alloc,
/linux/tools/perf/scripts/perl/
A Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,

Completed in 21 milliseconds