Home
last modified time | relevance | path

Searched refs:bytes_alloc (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/trace/events/
Dkmem.h17 size_t bytes_alloc,
20 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags),
26 __field( size_t, bytes_alloc )
34 __entry->bytes_alloc = bytes_alloc;
42 __entry->bytes_alloc,
49 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags),
51 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
57 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags),
59 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
67 size_t bytes_alloc,
[all …]
/Linux-v4.19/tools/perf/
Dbuiltin-kmem.c58 u64 bytes_alloc; member
81 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument
102 data->bytes_alloc += bytes_alloc; in insert_alloc_stat()
113 data->bytes_alloc = bytes_alloc; in insert_alloc_stat()
120 data->last_alloc = bytes_alloc; in insert_alloc_stat()
126 int bytes_req, int bytes_alloc) in insert_caller_stat() argument
147 data->bytes_alloc += bytes_alloc; in insert_caller_stat()
158 data->bytes_alloc = bytes_alloc; in insert_caller_stat()
173 bytes_alloc = perf_evsel__intval(evsel, sample, "bytes_alloc"); in perf_evsel__process_alloc_event() local
175 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in perf_evsel__process_alloc_event()
[all …]
/Linux-v4.19/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-v4.19/tools/perf/scripts/perl/
Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
/Linux-v4.19/Documentation/trace/
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
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
Dhistogram.rst236 field:size_t bytes_alloc; offset:32; size:8; signed:0;
511 # echo 'hist:keys=call_site.sym:values=bytes_req,bytes_alloc:sort=bytes_alloc.descending' > \
515 …# trigger info: hist:keys=call_site.sym:vals=bytes_req,bytes_alloc:sort=bytes_alloc.descending:siz…
517 …er2 [i915] } hitcount: 7403 bytes_req: 4084360 bytes_alloc: 5958016
518 … } hitcount: 541 bytes_req: 2213968 bytes_alloc: 2228224
519 …[i915] } hitcount: 7404 bytes_req: 1066176 bytes_alloc: 1421568
520 …uffer.isra.23 [i915] } hitcount: 1565 bytes_req: 557368 bytes_alloc: 1037760
521 …dirent } hitcount: 9557 bytes_req: 595778 bytes_alloc: 695744
522 …uffer.isra.23 [i915] } hitcount: 5839 bytes_req: 430680 bytes_alloc: 470400
523 …cate_state [i915] } hitcount: 2388 bytes_req: 324768 bytes_alloc: 458496
[all …]
Devents.rst419 bytes_req == 256' and 'kmem:kmalloc if bytes_alloc == 256' (they
/Linux-v4.19/kernel/trace/
Dring_buffer.c4882 unsigned long bytes_alloc; member
4965 data->bytes_alloc += event_len; in rb_write_something()
5110 total_alloc = data->bytes_alloc + data->bytes_alloc_nested; in test_ringbuffer()