Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Devsel.h33 PERF_TOOL_USER_TIME = 2, enumerator
Dparse-events.l356 user_time { return tool(yyscanner, PERF_TOOL_USER_TIME); }
Dparse-events.c162 [PERF_TOOL_USER_TIME] = {
421 || tool_event == PERF_TOOL_USER_TIME in add_event_tool()
Dstat-shadow.c843 case PERF_TOOL_USER_TIME: in prepare_metric()
/linux-5.19.10/tools/perf/
Dbuiltin-stat.c351 case PERF_TOOL_USER_TIME: in read_single_counter()
356 if (counter->tool_event == PERF_TOOL_USER_TIME) in read_single_counter()