Home
last modified time | relevance | path

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

/tools/lib/perf/tests/
Dtest-evsel.c56 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_thread()
88 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_thread_enable()
Dtest-evlist.c39 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_cpu()
94 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_thread()
146 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_thread_enable()
/tools/perf/tests/attr/
Dtest-stat-default6 # PERF_TYPE_SOFTWARE / PERF_COUNT_SW_TASK_CLOCK
Dtest-stat-detailed-17 # PERF_TYPE_SOFTWARE / PERF_COUNT_SW_TASK_CLOCK
Dtest-stat-detailed-27 # PERF_TYPE_SOFTWARE / PERF_COUNT_SW_TASK_CLOCK
Dtest-stat-detailed-37 # PERF_TYPE_SOFTWARE / PERF_COUNT_SW_TASK_CLOCK
/tools/lib/perf/Documentation/examples/
Dcounting.c34 .config = PERF_COUNT_SW_TASK_CLOCK, in main()
/tools/perf/tests/
Dsw-clock.c146 ret = __test__sw_clock_freq(PERF_COUNT_SW_TASK_CLOCK); in test__sw_clock_freq()
Dparse-events.c1376 PERF_COUNT_SW_TASK_CLOCK == evsel->core.attr.config); in test__checkevent_precise_max_modifier()
/tools/include/uapi/linux/
Dperf_event.h105 PERF_COUNT_SW_TASK_CLOCK = 1, enumerator
/tools/lib/perf/Documentation/
Dlibperf-counting.txt87 28 .config = PERF_COUNT_SW_TASK_CLOCK,
/tools/perf/util/
Dparse-events.l339 task-clock { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_TASK_CLOCK); }
Dparse-events.c108 [PERF_COUNT_SW_TASK_CLOCK] = {
/tools/perf/bench/
Dinject-buildid.c146 event.attr.attr.config = PERF_COUNT_SW_TASK_CLOCK; in synthesize_attr()
/tools/perf/
Ddesign.txt134 PERF_COUNT_SW_TASK_CLOCK = 1,
Dbuiltin-stat.c1515 { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_TASK_CLOCK }, in add_default_attributes()
Dbuiltin-sched.c571 attr.config = PERF_COUNT_SW_TASK_CLOCK; in self_open_counters()