/openbmc/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 | 136 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_can_record_cpu_wide()
|
H A D | parse-events.l | 312 cpu-clock { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CPU_CLOCK); }
|
H A D | perf_event_attr_fprintf.c | 153 ENUM_ID_TO_STR_CASE(PERF_COUNT_SW_CPU_CLOCK) in stringify_perf_sw_id()
|
H A D | parse-events.c | 84 [PERF_COUNT_SW_CPU_CLOCK] = {
|
H A D | evsel.c | 2854 evsel->core.attr.config = PERF_COUNT_SW_CPU_CLOCK; in evsel__fallback()
|
/openbmc/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 | perf_link.c | 40 attr.config = PERF_COUNT_SW_CPU_CLOCK; in serial_test_perf_link()
|
H A D | perf_branches.c | 152 attr.config = PERF_COUNT_SW_CPU_CLOCK; in test_perf_branches_no_hw()
|
H A D | send_signal.c | 162 .config = PERF_COUNT_SW_CPU_CLOCK, in test_send_signal_perf()
|
H A D | unpriv_bpf_disabled.c | 283 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()
|
/openbmc/linux/tools/lib/perf/Documentation/examples/ |
H A D | counting.c | 28 .config = PERF_COUNT_SW_CPU_CLOCK, in main()
|
/openbmc/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()
|
/openbmc/linux/tools/perf/tests/ |
H A D | sw-clock.c | 141 ret = __test__sw_clock_freq(PERF_COUNT_SW_CPU_CLOCK); in test__sw_clock_freq()
|
/openbmc/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,
|
/openbmc/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()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 119 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 119 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | link.c | 48 [PERF_COUNT_SW_CPU_CLOCK] = "cpu-clock",
|
/openbmc/linux/tools/perf/ |
H A D | design.txt | 136 PERF_COUNT_SW_CPU_CLOCK = 0,
|
H A D | builtin-stat.c | 2141 default_attrs0[0].config = PERF_COUNT_SW_CPU_CLOCK; in add_default_attributes()
|