Searched refs:start_counter (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/kvm/riscv/ |
D | sbi_pmu_test.c | 94 static void start_counter(unsigned long counter, unsigned long start_flags, in start_counter() function 157 start_counter(counter_in_use, SBI_PMU_START_FLAG_SET_INIT_VALUE, counter_val); in guest_irq_handler() 267 start_counter(counter, 0, 0); in test_pmu_event() 281 start_counter(counter, SBI_PMU_START_FLAG_SET_INIT_VALUE, ULONG_MAX/2); in test_pmu_event() 285 start_counter(counter, SBI_PMU_START_FLAG_SET_INIT_VALUE, counter_init_value); in test_pmu_event() 293 start_counter(counter, SBI_PMU_START_FLAG_SET_INIT_VALUE, counter_init_value); in test_pmu_event() 316 start_counter(counter, 0, 0); in test_pmu_event_snapshot() 332 start_counter(counter, SBI_PMU_START_FLAG_INIT_SNAPSHOT, 0); in test_pmu_event_snapshot() 337 start_counter(counter, SBI_PMU_START_FLAG_INIT_SNAPSHOT, 0); in test_pmu_event_snapshot() 346 start_counter(counter, SBI_PMU_START_FLAG_INIT_SNAPSHOT, 0); in test_pmu_event_snapshot() [all …]
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | big_tcp.sh | 91 start_counter() { function 142 start_counter link1 $ROUTER_NS 143 start_counter link3 $SERVER_NS
|