Home
last modified time | relevance | path

Searched refs:PERF_COUNT_SW_TASK_CLOCK (Results 1 – 12 of 12) 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.c143 ret = __test__sw_clock_freq(PERF_COUNT_SW_TASK_CLOCK); in test__sw_clock_freq()
/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt87 28 .config = PERF_COUNT_SW_TASK_CLOCK,
/linux/tools/perf/util/
H A Dperf_event_attr_fprintf.c155 ENUM_ID_TO_STR_CASE(PERF_COUNT_SW_TASK_CLOCK) in stringify_perf_sw_id()
H A Devsel.c2350 .config = PERF_COUNT_SW_TASK_CLOCK, in evsel__detect_missing_features()
3488 : PERF_COUNT_SW_TASK_CLOCK; in evsel__fallback()
/linux/tools/include/uapi/linux/
H A Dperf_event.h120 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,
/linux/kernel/events/
H A Dcore.c10401 case PERF_COUNT_SW_TASK_CLOCK: in perf_swevent_init()
11529 if (event->attr.config != PERF_COUNT_SW_TASK_CLOCK) in task_clock_event_init()