Searched refs:cycles_count (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| A D | callchain.c | 631 call->cycles_count = in fill_node() 1285 if (cycles_count) in callchain_counts_value() 1286 *cycles_count += clist->cycles_count; in callchain_counts_value() 1294 u64 *cycles_count) in callchain_node_branch_counts_cumul() argument 1307 cycles_count); in callchain_node_branch_counts_cumul() 1311 cycles_count); in callchain_node_branch_counts_cumul() 1330 if (cycles_count) in callchain_branch_counts() 1331 *cycles_count = 0; in callchain_branch_counts() 1337 cycles_count); in callchain_branch_counts() 1468 u64 abort_count, cycles_count; in callchain_list_counts__printf_value() local [all …]
|
| A D | callchain.h | 125 u64 cycles_count; member 303 u64 *abort_count, u64 *cycles_count);
|
| /linux/drivers/fpga/tests/ |
| A D | fpga-region-test.c | 24 u32 cycles_count; member 75 stats->cycles_count++; in op_enable_set() 138 KUNIT_EXPECT_EQ(test, 1, ctx->bridge_stats.cycles_count); in fpga_region_test_program_fpga() 146 KUNIT_EXPECT_EQ(test, 2, ctx->bridge_stats.cycles_count); in fpga_region_test_program_fpga()
|
| /linux/drivers/mtd/tests/ |
| A D | torturetest.c | 52 static unsigned int cycles_count; variable 53 module_param(cycles_count, uint, S_IRUGO); 54 MODULE_PARM_DESC(cycles_count, "how many erase cycles to do " 171 int err = 0, i, infinite = !cycles_count; in tort_init() 330 if (!infinite && --cycles_count == 0) in tort_init()
|
Completed in 13 milliseconds