Searched defs:bytes_alloc (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbench_local_storage_create.c33 BPF_PROG(kmalloc, unsigned long call_site, const void *ptr, size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags, int node) argument
/linux-master/tools/perf/
H A Dbuiltin-kmem.c65 u64 bytes_alloc; member in struct:alloc_stat
87 insert_alloc_stat(unsigned long call_site, unsigned long ptr, int bytes_req, int bytes_alloc, int cpu) argument
132 insert_caller_stat(unsigned long call_site, int bytes_req, int bytes_alloc) argument
179 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); local
[all...]
/linux-master/kernel/trace/
H A Dring_buffer.c6125 unsigned long bytes_alloc; member in struct:rb_test_data

Completed in 187 milliseconds