Home
last modified time | relevance | path

Searched refs:PERF_TOOL_USER_TIME (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dprint-events.c51 [PERF_TOOL_USER_TIME] = {
Devsel.h32 PERF_TOOL_USER_TIME = 2, enumerator
Dparse-events.l408 user_time { return tool(yyscanner, PERF_TOOL_USER_TIME); }
Devsel.c1507 evsel__tool_event(evsel) == PERF_TOOL_USER_TIME) in evsel__exit()
1801 case PERF_TOOL_USER_TIME: in evsel__read_tool()
2076 evsel__tool_event(evsel) == PERF_TOOL_USER_TIME) && in __evsel__prepare_open()
2307 if (evsel__tool_event(evsel) == PERF_TOOL_USER_TIME || in evsel__open_cpu()
Dstat-shadow.c388 case PERF_TOOL_USER_TIME: in prepare_metric()
Dparse-events.c324 || tool_event == PERF_TOOL_USER_TIME in add_event_tool()
/linux-6.12.1/tools/perf/
Dbuiltin-stat.c297 (evsel__tool_event(counter) == PERF_TOOL_USER_TIME || in read_single_counter()
304 if (evsel__tool_event(counter) == PERF_TOOL_USER_TIME) in read_single_counter()