Searched defs:bytes_alloc (Results 1 - 5 of 5) sorted by relevance
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | bench_local_storage_create.c | 33 BPF_PROG(kmalloc, unsigned long call_site, const void *ptr, size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags, int node) BPF_PROG() argument
|
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-kmem.c | 63 u64 bytes_alloc; member 85 insert_alloc_stat(unsigned long call_site, unsigned long ptr, int bytes_req, int bytes_alloc, int cpu) insert_alloc_stat() argument 130 insert_caller_stat(unsigned long call_site, int bytes_req, int bytes_alloc) insert_caller_stat() argument 177 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); evsel__process_alloc_event() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-kmem.c | 65 u64 bytes_alloc; member 87 insert_alloc_stat(unsigned long call_site, unsigned long ptr, int bytes_req, int bytes_alloc, int cpu) insert_alloc_stat() argument 132 insert_caller_stat(unsigned long call_site, int bytes_req, int bytes_alloc) insert_caller_stat() argument 179 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); evsel__process_alloc_event() local [all...] |
| /kernel/linux/linux-5.10/kernel/trace/ |
| H A D | ring_buffer.c | 5686 unsigned long bytes_alloc; member
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| H A D | ring_buffer.c | 5884 unsigned long bytes_alloc; member
|
Completed in 18 milliseconds