Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-lock.c407 const char *name = perf_evsel__strval(evsel, sample, "name"); in report_lock_acquire_event()
480 const char *name = perf_evsel__strval(evsel, sample, "name"); in report_lock_acquired_event()
542 const char *name = perf_evsel__strval(evsel, sample, "name"); in report_lock_contended_event()
597 const char *name = perf_evsel__strval(evsel, sample, "name"); in report_lock_release_event()
Dbuiltin-sched.c811 const char *comm = perf_evsel__strval(evsel, sample, "comm"); in replay_wakeup_event()
833 const char *prev_comm = perf_evsel__strval(evsel, sample, "prev_comm"), in replay_switch_event()
834 *next_comm = perf_evsel__strval(evsel, sample, "next_comm"); in replay_switch_event()
2004 const char *next_comm = perf_evsel__strval(evsel, sample, "next_comm"); in timehist_print_sample()
Dbuiltin-trace.c2310 perf_evsel__strval(evsel, sample, "comm"), in trace__sched_stat_runtime()
/Linux-v5.4/tools/perf/util/
Devsel.h239 static inline char *perf_evsel__strval(struct evsel *evsel, in perf_evsel__strval() function