Home
last modified time | relevance | path

Searched refs:perf_evsel__strval (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/perf/
Dbuiltin-lock.c406 const char *name = perf_evsel__strval(evsel, sample, "name"); in report_lock_acquire_event()
479 const char *name = perf_evsel__strval(evsel, sample, "name"); in report_lock_acquired_event()
541 const char *name = perf_evsel__strval(evsel, sample, "name"); in report_lock_contended_event()
596 const char *name = perf_evsel__strval(evsel, sample, "name"); in report_lock_release_event()
Dbuiltin-sched.c804 const char *comm = perf_evsel__strval(evsel, sample, "comm"); in replay_wakeup_event()
826 const char *prev_comm = perf_evsel__strval(evsel, sample, "prev_comm"), in replay_switch_event()
827 *next_comm = perf_evsel__strval(evsel, sample, "next_comm"); in replay_switch_event()
1996 const char *next_comm = perf_evsel__strval(evsel, sample, "next_comm"); in timehist_print_sample()
Dbuiltin-trace.c1983 perf_evsel__strval(evsel, sample, "comm"), in trace__sched_stat_runtime()
/Linux-v4.19/tools/perf/util/
Devsel.h292 static inline char *perf_evsel__strval(struct perf_evsel *evsel, in perf_evsel__strval() function