Searched refs:blocks (Results 1 – 21 of 21) sorted by relevance
/tools/perf/util/ |
D | call-path.c | 34 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()
|
D | call-path.h | 56 struct list_head blocks; member
|
D | block-range.c | 9 u64 blocks; member 298 block_ranges.blocks++; in block_range__create() 320 if (block_ranges.blocks) in block_range__coverage()
|
/tools/testing/selftests/net/ |
D | psock_tpacket.c | 630 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/ |
D | custom-timeline-functions.cfg | 49 # 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.
|
D | freeze.cfg | 84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
D | standby.cfg | 84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
D | suspend-x2-proc.cfg | 84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
D | freeze-callgraph.cfg | 85 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
D | suspend-dev.cfg | 84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
D | suspend.cfg | 84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
D | standby-callgraph.cfg | 85 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
D | freeze-dev.cfg | 84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
D | suspend-callgraph.cfg | 89 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
D | standby-dev.cfg | 84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
D | example.cfg | 142 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
/tools/perf/Documentation/ |
D | Build.txt | 4 The perf build process consists of several separated building blocks,
|
D | perf-script.txt | 386 --max-blocks:: 387 Set the maximum number of program blocks to print with brstackinsn for
|
D | perf-record.txt | 465 Use <n> control blocks in asynchronous (Posix AIO) trace writing mode (default: 1, max: 4).
|
/tools/power/pm-graph/ |
D | README | 160 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/ |
D | incfs_test.c | 270 int blocks[], int count) in emit_test_blocks() argument 292 int block_index = blocks[i]; in emit_test_blocks()
|