Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/lib/perf/Documentation/examples/
H A Dcounting.c34 .config = PERF_COUNT_SW_TASK_CLOCK, in main()
/openbmc/linux/tools/perf/tests/
H A Dsw-clock.c143 ret = __test__sw_clock_freq(PERF_COUNT_SW_TASK_CLOCK); in test__sw_clock_freq()
H A Dparse-events.c1593 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_SW_TASK_CLOCK)); in test__checkevent_precise_max_modifier()
/openbmc/linux/tools/perf/tests/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
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt87 28 .config = PERF_COUNT_SW_TASK_CLOCK,
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h120 PERF_COUNT_SW_TASK_CLOCK = 1, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h120 PERF_COUNT_SW_TASK_CLOCK = 1, enumerator
/openbmc/linux/tools/perf/util/
H A Dparse-events.l313 task-clock { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_TASK_CLOCK); }
H A Dperf_event_attr_fprintf.c154 ENUM_ID_TO_STR_CASE(PERF_COUNT_SW_TASK_CLOCK) in stringify_perf_sw_id()
H A Dparse-events.c88 [PERF_COUNT_SW_TASK_CLOCK] = {
/openbmc/linux/tools/perf/bench/
H A Dinject-buildid.c147 event.attr.attr.config = PERF_COUNT_SW_TASK_CLOCK; in synthesize_attr()
/openbmc/linux/tools/bpf/bpftool/
H A Dlink.c49 [PERF_COUNT_SW_TASK_CLOCK] = "task-clock",
/openbmc/linux/tools/perf/
H A Ddesign.txt137 PERF_COUNT_SW_TASK_CLOCK = 1,
H A Dbuiltin-stat.c1930 { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_TASK_CLOCK }, in add_default_attributes()
H A Dbuiltin-sched.c573 attr.config = PERF_COUNT_SW_TASK_CLOCK; in self_open_counters()
/openbmc/linux/kernel/events/
H A Dcore.c10073 case PERF_COUNT_SW_TASK_CLOCK: in perf_swevent_init()
11291 if (event->attr.config != PERF_COUNT_SW_TASK_CLOCK) in task_clock_event_init()