Home
last modified time | relevance | path

Searched refs:bytes_req (Results 1 – 7 of 7) sorted by relevance

/linux/include/trace/events/
H A Dkmem.h26 __field( size_t, bytes_req )
37 __entry->bytes_req = s->object_size;
50 __entry->bytes_req,
61 size_t bytes_req,
66 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node),
71 __field( size_t, bytes_req )
80 __entry->bytes_req = bytes_req;
89 __entry->bytes_req,
/linux/tools/perf/
H A Dbuiltin-kmem.c64 u64 bytes_req; member
88 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument
108 data->bytes_req += bytes_req; in insert_alloc_stat()
119 data->bytes_req = bytes_req; in insert_alloc_stat()
133 int bytes_req, int bytes_alloc) in insert_caller_stat() argument
153 data->bytes_req += bytes_req; in insert_caller_stat()
164 data->bytes_req = bytes_req; in insert_caller_stat()
178 int bytes_req = evsel__intval(evsel, sample, "bytes_req"), in evsel__process_alloc_event() local
181 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in evsel__process_alloc_event()
182 insert_caller_stat(call_site, bytes_req, bytes_alloc)) in evsel__process_alloc_event()
[all …]
/linux/tools/perf/scripts/python/
H A Dcheck-perf-trace.py42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument
51 (call_site, ptr, bytes_req, bytes_alloc,
/linux/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
/linux/Documentation/trace/
H A Devents-kmem.rst21 kmalloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
22 kmalloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
36 kmem_cache_alloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
37 kmem_cache_alloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
/linux/drivers/dma/
H A Dtegra186-gpc-dma.c218 unsigned int bytes_req; member
756 if (dma_desc->bytes_req == bytes_xfer) in tegra_dma_get_residual()
759 residual = dma_desc->bytes_req - (bytes_xfer % dma_desc->bytes_req); in tegra_dma_get_residual()
786 residual = dma_desc->bytes_req; in tegra_dma_tx_status()
915 dma_desc->bytes_req = len; in tegra_dma_prep_dma_memset()
984 dma_desc->bytes_req = len; in tegra_dma_prep_dma_memcpy()
1096 dma_desc->bytes_req += len; in tegra_dma_prep_slave_sg()
1213 dma_desc->bytes_req = buf_len; in tegra_dma_prep_dma_cyclic()
/linux/tools/testing/selftests/bpf/progs/
H A Dbench_local_storage_create.c34 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags, in BPF_PROG() argument