/openbmc/linux/Documentation/trace/ |
H A D | histogram.rst | 233 field:size_t bytes_req; offset:24; size:8; signed:0; 241 # echo 'hist:key=call_site:val=bytes_req.buckets=32' > \ 247 created for it in the table. The 'val=bytes_req' parameter tells 257 # trigger info: hist:keys=call_site:vals=bytes_req:sort=hitcount:size=2048 [active] 259 { call_site: 18446744072106379007 } hitcount: 1 bytes_req: 176 260 { call_site: 18446744071579557049 } hitcount: 1 bytes_req: 1024 261 { call_site: 18446744071580608289 } hitcount: 1 bytes_req: 16384 262 { call_site: 18446744071581827654 } hitcount: 1 bytes_req: 24 263 { call_site: 18446744071580700980 } hitcount: 1 bytes_req: 8 264 { call_site: 18446744071579359876 } hitcount: 1 bytes_req: 152 [all …]
|
H A D | events-kmem.rst | 21 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
|
H A D | histogram-design.rst | 279 …# echo 'hist:keys=common_pid,call_site.sym:values=bytes_req,bytes_alloc,hitcount' >> events/kmem/k… 298 …# trigger info: hist:keys=common_pid,call_site.sym:vals=hitcount,bytes_req,bytes_alloc:sort=hitcou… 319 ftrace_event_field name: bytes_req 352 …# echo '!hist:keys=common_pid,call_site.sym:values=bytes_req,bytes_alloc,hitcount' >> events/kmem/…
|
H A D | events.rst | 465 bytes_req == 256' and 'kmem:kmalloc if bytes_alloc == 256' (they 482 # echo 'stacktrace:5 if bytes_req >= 65536' > \ 494 # echo '!stacktrace:5 if bytes_req >= 65536' > \
|
/openbmc/linux/include/trace/events/ |
H A D | kmem.h | 25 __field( size_t, bytes_req ) 35 __entry->bytes_req = s->object_size; 47 __entry->bytes_req, 58 size_t bytes_req, 63 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node), 68 __field( size_t, bytes_req ) 77 __entry->bytes_req = bytes_req; 86 __entry->bytes_req,
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kmem.c | 64 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 …]
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | check-perf-trace.py | 42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument 51 (call_site, ptr, bytes_req, bytes_alloc,
|
/openbmc/linux/tools/perf/scripts/perl/ |
H A D | check-perf-trace.pl | 47 $call_site, $ptr, $bytes_req, $bytes_alloc, 57 $call_site, $ptr, $bytes_req, $bytes_alloc,
|
/openbmc/linux/drivers/dma/ |
H A D | tegra186-gpc-dma.c | 218 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()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bench_local_storage_create.c | 34 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags, in BPF_PROG() argument
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 1561 field:size_t bytes_req; offset:32; size:8; signed:0; 1565 …print fmt: "call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s", REC->call_site, REC-… 1613 … 18154.620753: kmalloc: call_site=ffffffff816650d4 ptr=ffff8800729c3000 bytes_req=2048 bytes_alloc… 1614 … 18154.621640: kmalloc: call_site=ffffffff81619b36 ptr=ffff88006d555800 bytes_req=512 bytes_alloc=… 1615 … 18154.621656: kmalloc: call_site=ffffffff81619b36 ptr=ffff88006d555800 bytes_req=512 bytes_alloc=… 1616 … 18154.755472: kmalloc: call_site=ffffffff81614050 ptr=ffff88006d5f0e00 bytes_req=512 bytes_alloc=… 1617 … 18154.755581: kmalloc: call_site=ffffffff8141abe8 ptr=ffff8800734f4cc0 bytes_req=168 bytes_alloc=… 1618 … 18154.755583: kmalloc: call_site=ffffffff814192a3 ptr=ffff88001f822520 bytes_req=24 bytes_alloc=3… 1619 … 18154.755589: kmalloc: call_site=ffffffff81419edb ptr=ffff8800721a2f00 bytes_req=64 bytes_alloc=6… 1620 … 18155.354594: kmalloc: call_site=ffffffff81614050 ptr=ffff88006db35400 bytes_req=576 bytes_alloc=… [all …]
|