Searched refs:bytes_alloc (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/include/trace/events/ | 
| D | kmem.h | 16 		 size_t bytes_alloc, 19 	TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags), 25 		__field(	size_t,		bytes_alloc	) 33 		__entry->bytes_alloc	= bytes_alloc; 41 		__entry->bytes_alloc, 48 		 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags), 50 	TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags) 56 		 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags), 58 	TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags) 66 		 size_t bytes_alloc, [all …] 
 | 
| /linux-4.4.14/tools/perf/ | 
| D | builtin-kmem.c | 51 	u64	bytes_alloc;  member 69 			     int bytes_req, int bytes_alloc, int cpu)  in insert_alloc_stat()  argument 90 		data->bytes_alloc += bytes_alloc;  in insert_alloc_stat() 101 		data->bytes_alloc = bytes_alloc;  in insert_alloc_stat() 112 			      int bytes_req, int bytes_alloc)  in insert_caller_stat()  argument 133 		data->bytes_alloc += bytes_alloc;  in insert_caller_stat() 144 		data->bytes_alloc = bytes_alloc;  in insert_caller_stat() 159 	    bytes_alloc = perf_evsel__intval(evsel, sample, "bytes_alloc");  in perf_evsel__process_alloc_event()  local 161 	if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) ||  in perf_evsel__process_alloc_event() 162 	    insert_caller_stat(call_site, bytes_req, bytes_alloc))  in perf_evsel__process_alloc_event() [all …] 
 | 
| /linux-4.4.14/tools/perf/scripts/python/ | 
| D | check-perf-trace.py | 41 	common_callchain, call_site, ptr, bytes_req, bytes_alloc,  argument 50 		(call_site, ptr, bytes_req, bytes_alloc,
  | 
| /linux-4.4.14/tools/perf/scripts/perl/ | 
| D | check-perf-trace.pl | 47 	    $call_site, $ptr, $bytes_req, $bytes_alloc, 57 	       $call_site, $ptr, $bytes_req, $bytes_alloc,
  | 
| /linux-4.4.14/Documentation/trace/ | 
| D | events-kmem.txt | 17 kmalloc		call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s 18 kmalloc_node	call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d 30 kmem_cache_alloc	call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s 31 kmem_cache_alloc_node	call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
  | 
| D | events.txt | 415   bytes_req == 256' and 'kmem:kmalloc if bytes_alloc == 256' (they
  | 
| /linux-4.4.14/kernel/trace/ | 
| D | ring_buffer.c | 4720 	unsigned long		bytes_alloc;  member 4803 		data->bytes_alloc += event_len;  in rb_write_something() 4948 		total_alloc = data->bytes_alloc + data->bytes_alloc_nested;  in test_ringbuffer()
  |