Searched refs:cycles_count (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | callchain.c | 614 call->cycles_count = in fill_node() 773 cnode->cycles_count += node->branch_flags.cycles; in match_chain() 1233 u64 *abort_count, u64 *cycles_count) in callchain_counts_value() argument 1247 if (cycles_count) in callchain_counts_value() 1248 *cycles_count += clist->cycles_count; in callchain_counts_value() 1256 u64 *cycles_count) in callchain_node_branch_counts_cumul() argument 1269 cycles_count); in callchain_node_branch_counts_cumul() 1273 cycles_count); in callchain_node_branch_counts_cumul() 1281 u64 *abort_count, u64 *cycles_count) in callchain_branch_counts() argument 1292 if (cycles_count) in callchain_branch_counts() [all …]
|
| H A D | callchain.h | 129 u64 cycles_count; member 299 u64 *abort_count, u64 *cycles_count);
|
| /OK3568_Linux_fs/kernel/drivers/mtd/tests/ |
| H A D | readtest.c | 26 static unsigned int cycles_count = 1; variable 27 module_param(cycles_count, uint, S_IRUGO); 28 MODULE_PARM_DESC(cycles_count, "how many erase cycles to do " 175 while (cycles_count--) { in mtd_readtest_init() 176 pr_info("Number of remaining cycles %d\n", cycles_count); in mtd_readtest_init()
|
| H A D | torturetest.c | 53 static unsigned int cycles_count; variable 54 module_param(cycles_count, uint, S_IRUGO); 55 MODULE_PARM_DESC(cycles_count, "how many erase cycles to do " 178 int err = 0, i, infinite = !cycles_count; in tort_init() 353 if (!infinite && --cycles_count == 0) in tort_init()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-dw-dmatest.c | 26 static unsigned int cycles_count = 1; variable 27 module_param(cycles_count, uint, 0644); 28 MODULE_PARM_DESC(cycles_count, "how many erase cycles to do (default 1)"); 292 cycles_count, rw_test & 0x1, (rw_test & 0x2) >> 1); in dma_test_ch0() 302 cycles_count, rw_test & 0x1, (rw_test & 0x2) >> 1); in dma_test_ch1() 305 cycles_count, rw_test & 0x1, (rw_test & 0x2) >> 1); in dma_test_ch1()
|