Home
last modified time | relevance | path

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

/tools/perf/util/
Dcall-path.c42 INIT_LIST_HEAD(&cpr->blocks); in call_path_root__new()
50 list_for_each_entry_safe(pos, n, &cpr->blocks, node) { in call_path_root__free()
67 cpb = list_last_entry(&cpr->blocks, struct call_path_block, in call_path__new()
73 list_add_tail(&cpb->node, &cpr->blocks); in call_path__new()
Dcall-path.h65 struct list_head blocks; member
Dblock-range.c6 u64 blocks; member
295 block_ranges.blocks++; in block_range__create()
317 if (block_ranges.blocks) in block_range__coverage()
/tools/testing/selftests/net/
Dpsock_tpacket.c589 static void __v1_v2_fill(struct ring *ring, unsigned int blocks) in __v1_v2_fill() argument
593 ring->req.tp_block_nr = blocks; in __v1_v2_fill()
605 static void __v3_fill(struct ring *ring, unsigned int blocks) in __v3_fill() argument
613 ring->req3.tp_block_nr = blocks; in __v3_fill()
628 unsigned int blocks = 256; in setup_ring() local
638 __v1_v2_fill(ring, blocks); in setup_ring()
644 __v3_fill(ring, blocks); in setup_ring()
/tools/perf/Documentation/
DBuild.txt4 The perf build process consists of several separated building blocks,