Home
last modified time | relevance | path

Searched refs:PERF_COUNT_SW_TASK_CLOCK (Results 1 – 13 of 13) sorted by relevance

/linux/tools/lib/perf/tests/
H A Dtest-evsel.c60 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_thread()
92 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_thread_enable()
296 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_read_format()
H A Dtest-evlist.c45 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_cpu()
104 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_thread()
160 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_thread_enable()
/linux/tools/lib/perf/Documentation/examples/
H A Dcounting.c34 .config = PERF_COUNT_SW_TASK_CLOCK, in main()
/linux/tools/perf/tests/
H A Dsw-clock.c146 ret = __test__sw_clock_freq(PERF_COUNT_SW_TASK_CLOCK); in test__sw_clock_freq()
H A Dparse-events.c1675 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_SW_TASK_CLOCK)); in test__checkevent_precise_max_modifier()
/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt87 28 .config = PERF_COUNT_SW_TASK_CLOCK,
/linux/tools/include/uapi/linux/
H A Dperf_event.h123 PERF_COUNT_SW_TASK_CLOCK = 1, enumerator
/linux/tools/perf/bench/
H A Dinject-buildid.c147 event.attr.attr.config = PERF_COUNT_SW_TASK_CLOCK; in synthesize_attr()
/linux/tools/bpf/bpftool/
H A Dlink.c49 [PERF_COUNT_SW_TASK_CLOCK] = "task-clock",
/linux/tools/perf/
H A Ddesign.txt137 PERF_COUNT_SW_TASK_CLOCK = 1,
H A Dbuiltin-sched.c564 attr.config = PERF_COUNT_SW_TASK_CLOCK; in self_open_counters()
/linux/tools/perf/util/
H A Devsel.c2372 .config = PERF_COUNT_SW_TASK_CLOCK, in evsel__detect_missing_features()
3550 : PERF_COUNT_SW_TASK_CLOCK; in evsel__fallback()
/linux/kernel/events/
H A Dcore.c10800 case PERF_COUNT_SW_TASK_CLOCK: in perf_swevent_init()
11974 if (event->attr.config != PERF_COUNT_SW_TASK_CLOCK) in task_clock_event_init()