Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 21 of 21) sorted by relevance

/tools/perf/util/
Dcall-path.c34 INIT_LIST_HEAD(&cpr->blocks); in call_path_root__new()
42 list_for_each_entry_safe(pos, n, &cpr->blocks, node) { in call_path_root__free()
59 cpb = list_last_entry(&cpr->blocks, struct call_path_block, in call_path__new()
65 list_add_tail(&cpb->node, &cpr->blocks); in call_path__new()
Dcall-path.h56 struct list_head blocks; member
Dblock-range.c9 u64 blocks; member
298 block_ranges.blocks++; in block_range__create()
320 if (block_ranges.blocks) in block_range__coverage()
/tools/testing/selftests/net/
Dpsock_tpacket.c630 static void __v1_v2_fill(struct ring *ring, unsigned int blocks) in __v1_v2_fill() argument
634 ring->req.tp_block_nr = blocks; in __v1_v2_fill()
646 static void __v3_fill(struct ring *ring, unsigned int blocks, int type) in __v3_fill() argument
655 ring->req3.tp_block_nr = blocks; in __v3_fill()
670 unsigned int blocks = 256; in setup_ring() local
680 __v1_v2_fill(ring, blocks); in setup_ring()
686 __v3_fill(ring, blocks, type); in setup_ring()
/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg49 # provide callgraph data for blocks longer than min (default: 0.001 ms)
77 # The function calls are displayed on the timeline alongside the device blocks.
142 # The function calls are displayed on the timeline alongside the device blocks.
Dfreeze.cfg84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dstandby.cfg84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dsuspend-x2-proc.cfg84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dfreeze-callgraph.cfg85 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dsuspend-dev.cfg84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dsuspend.cfg84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dstandby-callgraph.cfg85 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dfreeze-dev.cfg84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dsuspend-callgraph.cfg89 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dstandby-dev.cfg84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dexample.cfg142 # provide callgraph data for blocks longer than min (default: 0.001 ms)
/tools/perf/Documentation/
DBuild.txt4 The perf build process consists of several separated building blocks,
Dperf-script.txt386 --max-blocks::
387 Set the maximum number of program blocks to print with brstackinsn for
Dperf-record.txt465 Use <n> control blocks in asynchronous (Posix AIO) trace writing mode (default: 1, max: 4).
/tools/power/pm-graph/
DREADME160 to set the -mindev option to clip out any device blocks that are too small
329 the tool adds the sys_sync and freeze_processes calls as virtual device blocks
395 The function calls are displayed inside the main device/call blocks in the
/tools/testing/selftests/filesystems/incfs/
Dincfs_test.c270 int blocks[], int count) in emit_test_blocks() argument
292 int block_index = blocks[i]; in emit_test_blocks()