Searched refs:PERF_COUNT_SW_CPU_CLOCK (Results 1 – 21 of 21) sorted by relevance
| /linux/tools/lib/perf/tests/ |
| H A D | test-evlist.c | 41 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_cpu() 100 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_thread() 155 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_thread_enable()
|
| H A D | test-evsel.c | 26 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_cpu()
|
| /linux/tools/perf/util/ |
| H A D | cloexec.c | 21 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_flag_probe()
|
| H A D | perf_api_probe.c | 147 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_can_record_cpu_wide()
|
| H A D | perf_event_attr_fprintf.c | 152 ENUM_ID_TO_STR_CASE(PERF_COUNT_SW_CPU_CLOCK) in stringify_perf_sw_id()
|
| H A D | evsel.c | 3800 ? PERF_COUNT_SW_CPU_CLOCK in evsel__fallback()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | pe_preserve_elems.c | 17 .config = PERF_COUNT_SW_CPU_CLOCK, in test_one_map()
|
| H A D | find_vma.c | 33 attr.config = PERF_COUNT_SW_CPU_CLOCK; in open_pe()
|
| H A D | perf_branches.c | 164 attr.config = PERF_COUNT_SW_CPU_CLOCK; in test_perf_branches()
|
| H A D | unpriv_bpf_disabled.c | 284 attr.config = PERF_COUNT_SW_CPU_CLOCK; in test_unpriv_bpf_disabled()
|
| H A D | bpf_cookie.c | 452 attr.config = PERF_COUNT_SW_CPU_CLOCK; in pe_subtest()
|
| /linux/tools/lib/perf/Documentation/examples/ |
| H A D | counting.c | 28 .config = PERF_COUNT_SW_CPU_CLOCK, in main()
|
| /linux/tools/lib/perf/Documentation/ |
| H A D | libperf-counting.txt | 26 It requires root access, because of the `PERF_COUNT_SW_CPU_CLOCK` event, 81 22 .config = PERF_COUNT_SW_CPU_CLOCK,
|
| /linux/tools/perf/tests/ |
| H A D | sw-clock.c | 145 ret = __test__sw_clock_freq(PERF_COUNT_SW_CPU_CLOCK); in test__sw_clock_freq()
|
| /linux/samples/bpf/ |
| H A D | sampleip_user.c | 45 .config = PERF_COUNT_SW_CPU_CLOCK, in sampling_start()
|
| H A D | tracex6_user.c | 118 .config = PERF_COUNT_SW_CPU_CLOCK, in test_bpf_perf_event()
|
| H A D | trace_event_user.c | 228 .config = PERF_COUNT_SW_CPU_CLOCK, in test_bpf_perf_event()
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 122 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 122 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
|
| /linux/tools/perf/ |
| H A D | design.txt | 136 PERF_COUNT_SW_CPU_CLOCK = 0,
|
| /linux/kernel/events/ |
| H A D | core.c | 11209 case PERF_COUNT_SW_CPU_CLOCK: in perf_swevent_init() 12331 if (event->attr.config != PERF_COUNT_SW_CPU_CLOCK) in cpu_clock_event_init()
|