Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dpercpu.h16 void __percpu *ptr, size_t bytes_alloc, gfp_t gfp_flags),
19 ptr, bytes_alloc, gfp_flags),
30 __field( size_t, bytes_alloc )
42 __entry->bytes_alloc = bytes_alloc;
51 __entry->bytes_alloc, show_gfp_flags(__entry->gfp_flags))
H A Dkmem.h27 __field( size_t, bytes_alloc )
38 __entry->bytes_alloc = s->size;
51 __entry->bytes_alloc,
62 size_t bytes_alloc,
66 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node),
72 __field( size_t, bytes_alloc )
81 __entry->bytes_alloc = bytes_alloc;
90 __entry->bytes_alloc,
/linux/tools/perf/
H A Dbuiltin-kmem.c65 u64 bytes_alloc; member
88 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument
109 data->bytes_alloc += bytes_alloc; in insert_alloc_stat()
120 data->bytes_alloc = bytes_alloc; in insert_alloc_stat()
127 data->last_alloc = bytes_alloc; in insert_alloc_stat()
133 int bytes_req, int bytes_alloc) in insert_caller_stat() argument
154 data->bytes_alloc += bytes_alloc; in insert_caller_stat()
165 data->bytes_alloc = bytes_alloc; in insert_caller_stat()
179 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); in evsel__process_alloc_event() local
181 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in evsel__process_alloc_event()
[all …]
/linux/tools/perf/scripts/python/
H 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/
H A Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
/linux/Documentation/trace/
H 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
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
/linux/tools/testing/selftests/bpf/progs/
H A Dbench_local_storage_create.c34 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags, in BPF_PROG() argument
/linux/kernel/trace/
H A Dring_buffer.c7490 unsigned long bytes_alloc; member
7573 data->bytes_alloc += event_len; in rb_write_something()
7720 total_alloc = data->bytes_alloc + data->bytes_alloc_nested; in test_ringbuffer()