Home
last modified time | relevance | path

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

12

/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
294 block_ranges.blocks++; in block_range__create()
317 if (block_ranges.blocks) in block_range__coverage()
/tools/testing/selftests/filesystems/incfs/
Dincfs_perf.c32 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 …]
Dincfs_test.c387 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/
Dpsock_tpacket.c632 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/
Dlam.c487 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/
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.
Dstandby.cfg84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dfreeze.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)
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)
Dfreeze-callgraph.cfg85 # 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)
Dstandby-callgraph.cfg85 # 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)
Dfreeze-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.txt432 --max-blocks::
433 Set the maximum number of program blocks to print with brstackinsn for
Dperf-report.txt608 When --total-cycles is specified, it supports sorting for all blocks by
610 blocks. In output, there are some new columns:
Dtopdown.txt145 individual basic blocks is definitely too fine grained.
/tools/power/pm-graph/
DREADME166 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/
Dbpf_loader.c436 fuse_attr_out->blocks = st.st_blocks; in s_fuse_attr()

12