Searched refs:rstype (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/ui/browsers/
H A Dres_sample.c32 struct evsel *evsel, enum rstype rstype)
86 rstype == A_ASM ? "-F +disasm" :
87 rstype == A_SOURCE ? "-F +srcline,+srccode" : "",
31 res_sample_browse(struct res_sample *res_samples, int num_res, struct evsel *evsel, enum rstype rstype) argument
H A Dhists.c2421 enum rstype rstype; member in struct:popup_action
2715 res_sample_browse(he->res_samples, he->num_res, act->evsel, act->rstype);
2781 enum rstype type)
2793 act->rstype = type;
/linux-master/tools/perf/util/
H A Dhist.h465 enum rstype { enum
490 struct evsel *evsel, enum rstype rstype);
529 enum rstype rstype __maybe_unused)

Completed in 173 milliseconds