bytes_alloc 17 include/trace/events/kmem.h size_t bytes_alloc, bytes_alloc 20 include/trace/events/kmem.h TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags), bytes_alloc 26 include/trace/events/kmem.h __field( size_t, bytes_alloc ) bytes_alloc 34 include/trace/events/kmem.h __entry->bytes_alloc = bytes_alloc; bytes_alloc 42 include/trace/events/kmem.h __entry->bytes_alloc, bytes_alloc 49 include/trace/events/kmem.h size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags), bytes_alloc 51 include/trace/events/kmem.h TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags) bytes_alloc 57 include/trace/events/kmem.h size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags), bytes_alloc 59 include/trace/events/kmem.h TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags) bytes_alloc 67 include/trace/events/kmem.h size_t bytes_alloc, bytes_alloc 71 include/trace/events/kmem.h TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node), bytes_alloc 77 include/trace/events/kmem.h __field( size_t, bytes_alloc ) bytes_alloc 86 include/trace/events/kmem.h __entry->bytes_alloc = bytes_alloc; bytes_alloc 95 include/trace/events/kmem.h __entry->bytes_alloc, bytes_alloc 103 include/trace/events/kmem.h size_t bytes_req, size_t bytes_alloc, bytes_alloc 106 include/trace/events/kmem.h TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node) bytes_alloc 112 include/trace/events/kmem.h size_t bytes_req, size_t bytes_alloc, bytes_alloc 115 include/trace/events/kmem.h TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node) bytes_alloc 4929 kernel/trace/ring_buffer.c unsigned long bytes_alloc; bytes_alloc 5012 kernel/trace/ring_buffer.c data->bytes_alloc += event_len; bytes_alloc 5162 kernel/trace/ring_buffer.c total_alloc = data->bytes_alloc + data->bytes_alloc_nested; bytes_alloc 63 tools/perf/builtin-kmem.c u64 bytes_alloc; bytes_alloc 86 tools/perf/builtin-kmem.c int bytes_req, int bytes_alloc, int cpu) bytes_alloc 107 tools/perf/builtin-kmem.c data->bytes_alloc += bytes_alloc; bytes_alloc 118 tools/perf/builtin-kmem.c data->bytes_alloc = bytes_alloc; bytes_alloc 125 tools/perf/builtin-kmem.c data->last_alloc = bytes_alloc; bytes_alloc 131 tools/perf/builtin-kmem.c int bytes_req, int bytes_alloc) bytes_alloc 152 tools/perf/builtin-kmem.c data->bytes_alloc += bytes_alloc; bytes_alloc 163 tools/perf/builtin-kmem.c data->bytes_alloc = bytes_alloc; bytes_alloc 178 tools/perf/builtin-kmem.c bytes_alloc = perf_evsel__intval(evsel, sample, "bytes_alloc"); bytes_alloc 180 tools/perf/builtin-kmem.c if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || bytes_alloc 181 tools/perf/builtin-kmem.c insert_caller_stat(call_site, bytes_req, bytes_alloc)) bytes_alloc 185 tools/perf/builtin-kmem.c total_allocated += bytes_alloc; bytes_alloc 1026 tools/perf/builtin-kmem.c (unsigned long long)data->bytes_alloc, bytes_alloc 1027 tools/perf/builtin-kmem.c (unsigned long)data->bytes_alloc / data->hit, bytes_alloc 1032 tools/perf/builtin-kmem.c fragmentation(data->bytes_req, data->bytes_alloc)); bytes_alloc 1470 tools/perf/builtin-kmem.c if (l->bytes_alloc < r->bytes_alloc) bytes_alloc 1472 tools/perf/builtin-kmem.c else if (l->bytes_alloc > r->bytes_alloc) bytes_alloc 1488 tools/perf/builtin-kmem.c x = fragmentation(l->bytes_req, l->bytes_alloc); bytes_alloc 1489 tools/perf/builtin-kmem.c y = fragmentation(r->bytes_req, r->bytes_alloc);