| /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 294 block_ranges.blocks++; in block_range__create() 317 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 | 632 static void __v1_v2_fill(struct ring *ring, unsigned int blocks) in __v1_v2_fill() argument 636 ring->req.tp_block_nr = blocks; in __v1_v2_fill() 648 static void __v3_fill(struct ring *ring, unsigned int blocks, int type) in __v3_fill() argument 657 ring->req3.tp_block_nr = blocks; in __v3_fill() 672 unsigned int blocks = 256; in setup_ring() local 682 __v1_v2_fill(ring, blocks); in setup_ring() 688 __v3_fill(ring, blocks, type); in setup_ring()
|
| /tools/testing/selftests/x86/ |
| D | lam.c | 487 int blocks = (int)(fi->file_sz + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in handle_uring_cq() local 489 for (int i = 0; i < blocks; i++) in handle_uring_cq() 513 int blocks = (int)(remain + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in handle_uring_sq() local 545 sqe->len = blocks; in handle_uring_sq() 589 int blocks = (int)(file_sz + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in do_uring() local 591 fi = malloc(sizeof(*fi) + sizeof(struct iovec) * blocks); in do_uring() 615 for (int i = 0; i < blocks; i++) { in do_uring()
|
| /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 | suspend-x2-proc.cfg | 84 # 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 | freeze-callgraph.cfg | 85 # 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 | standby-callgraph.cfg | 85 # 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 | freeze-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 | 432 --max-blocks:: 433 Set the maximum number of program blocks to print with brstackinsn for
|
| D | perf-report.txt | 608 When --total-cycles is specified, it supports sorting for all blocks by 610 blocks. In output, there are some new columns:
|
| D | topdown.txt | 145 individual basic blocks is definitely too fine grained.
|
| /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
|
| /tools/testing/selftests/filesystems/fuse/ |
| D | bpf_loader.c | 436 fuse_attr_out->blocks = st.st_blocks; in s_fuse_attr()
|