Searched defs:bytes_alloc (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/ | ||
H A D | builtin-kmem.c | 45 u64 bytes_alloc; member in struct:alloc_stat 153 bytes_alloc = perf_evsel__intval(evsel, sample, "bytes_alloc"); perf_evsel__process_alloc_event() local 62 insert_alloc_stat(unsigned long call_site, unsigned long ptr, int bytes_req, int bytes_alloc, int cpu) insert_alloc_stat() argument 105 insert_caller_stat(unsigned long call_site, int bytes_req, int bytes_alloc) insert_caller_stat() argument |
/linux-4.1.27/kernel/trace/ | ||
H A D | ring_buffer.c | 4723 unsigned long bytes_alloc; member in struct:rb_test_data |
Completed in 209 milliseconds