Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/tools/lib/perf/Documentation/examples/
H A Dcounting.c34 .config = PERF_COUNT_SW_TASK_CLOCK, in main()
/linux-6.15/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-6.15/tools/perf/tests/shell/attr/
H A Dtest-stat-default6 # PERF_TYPE_SOFTWARE / PERF_COUNT_SW_TASK_CLOCK
H A Dtest-stat-detailed-17 # PERF_TYPE_SOFTWARE / PERF_COUNT_SW_TASK_CLOCK
H A Dtest-stat-detailed-27 # PERF_TYPE_SOFTWARE / PERF_COUNT_SW_TASK_CLOCK
H A Dtest-stat-detailed-37 # PERF_TYPE_SOFTWARE / PERF_COUNT_SW_TASK_CLOCK
/linux-6.15/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt87 28 .config = PERF_COUNT_SW_TASK_CLOCK,
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h120 PERF_COUNT_SW_TASK_CLOCK = 1, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h120 PERF_COUNT_SW_TASK_CLOCK = 1, enumerator
/linux-6.15/tools/perf/bench/
H A Dinject-buildid.c147 event.attr.attr.config = PERF_COUNT_SW_TASK_CLOCK; in synthesize_attr()
/linux-6.15/tools/perf/util/
H A Dperf_event_attr_fprintf.c153 ENUM_ID_TO_STR_CASE(PERF_COUNT_SW_TASK_CLOCK) in stringify_perf_sw_id()
H A Dparse-events.l404 task-clock { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_TASK_CLOCK); }
H A Devsel.c2374 .config = PERF_COUNT_SW_TASK_CLOCK, in evsel__detect_missing_features()
3493 : PERF_COUNT_SW_TASK_CLOCK; in evsel__fallback()
H A Dparse-events.c89 [PERF_COUNT_SW_TASK_CLOCK] = {
/linux-6.15/tools/bpf/bpftool/
H A Dlink.c49 [PERF_COUNT_SW_TASK_CLOCK] = "task-clock",
/linux-6.15/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-6.15/kernel/events/
H A Dcore.c10671 case PERF_COUNT_SW_TASK_CLOCK: in perf_swevent_init()
11812 if (event->attr.config != PERF_COUNT_SW_TASK_CLOCK) in task_clock_event_init()