/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/filesystems/incfs/ |
D | incfs_perf.c | 32 int blocks; /* -b number of diff block sizes */ member 87 .blocks = 8, in parse_options() 97 options->blocks = strtol(optarg, NULL, 10); in parse_options() 193 size_t *blocks = malloc(sizeof(size_t) * block_count); in write_data() local 204 if (!blocks) { in write_data() 223 blocks[i] = i; in write_data() 226 shuffle(blocks, block_count); in write_data() 248 fill_block.block_index = blocks[i]; in write_data() 260 free(blocks); in write_data() 276 for (block = 0; block < options->blocks; ++block) { in measure_read_throughput_internal() [all …]
|
D | incfs_test.c | 387 int blocks[], int count) in emit_test_blocks() argument 409 int block_index = blocks[i]; in emit_test_blocks() 2969 size_t blocks = file->size / INCFS_DATA_FILE_BLOCK_SIZE; in mapped_file_test() local 2970 size_t mapped_offset = blocks / 4 * in mapped_file_test()
|
/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 | standby.cfg | 84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
|
D | freeze.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 | suspend.cfg | 84 # 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 | suspend-dev.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 | standby-dev.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 | 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 | topdown.txt | 142 individual basic blocks is definitely too fine grained.
|
D | perf-script.txt | 393 --max-blocks:: 394 Set the maximum number of program blocks to print with brstackinsn for
|
D | perf-report.txt | 552 When --total-cycles is specified, it supports sorting for all blocks by 554 blocks. In output, there are some new columns:
|
D | perf-config.txt | 568 Use 'n' control blocks in asynchronous (Posix AIO) trace writing
|
D | perf-record.txt | 486 Use <n> control blocks in asynchronous (Posix AIO) trace writing mode (default: 1, max: 4).
|
/tools/power/pm-graph/ |
D | README | 166 to set the -mindev option to clip out any device blocks that are too small 433 the tool adds the sys_sync and freeze_processes calls as virtual device blocks 499 The function calls are displayed inside the main device/call blocks in the
|