Searched refs:PERF_COUNT_SW_TASK_CLOCK (Results 1 – 12 of 12) sorted by relevance
/linux/tools/lib/perf/tests/ |
H A D | test-evsel.c | 60 .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 D | test-evlist.c | 45 .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 D | counting.c | 34 .config = PERF_COUNT_SW_TASK_CLOCK, in main()
|
/linux/tools/perf/tests/ |
H A D | sw-clock.c | 143 ret = __test__sw_clock_freq(PERF_COUNT_SW_TASK_CLOCK); in test__sw_clock_freq()
|
/linux/tools/lib/perf/Documentation/ |
H A D | libperf-counting.txt | 87 28 .config = PERF_COUNT_SW_TASK_CLOCK,
|
/linux/tools/perf/util/ |
H A D | perf_event_attr_fprintf.c | 155 ENUM_ID_TO_STR_CASE(PERF_COUNT_SW_TASK_CLOCK) in stringify_perf_sw_id()
|
H A D | evsel.c | 2350 .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 D | perf_event.h | 120 PERF_COUNT_SW_TASK_CLOCK = 1, enumerator
|
/linux/tools/perf/bench/ |
H A D | inject-buildid.c | 147 event.attr.attr.config = PERF_COUNT_SW_TASK_CLOCK; in synthesize_attr()
|
/linux/tools/bpf/bpftool/ |
H A D | link.c | 49 [PERF_COUNT_SW_TASK_CLOCK] = "task-clock",
|
/linux/tools/perf/ |
H A D | design.txt | 137 PERF_COUNT_SW_TASK_CLOCK = 1,
|
/linux/kernel/events/ |
H A D | core.c | 10401 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()
|