Searched refs:evsel (Results 176 - 181 of 181) sorted by relevance

12345678

/linux-master/tools/lib/perf/
H A Dmmap.c11 #include <perf/evsel.h>
/linux-master/tools/perf/util/
H A Dbuild-id.c48 struct evsel *evsel __maybe_unused,
H A Dcallchain.c1119 struct evsel *evsel, struct addr_location *al,
1127 return thread__resolve_callchain(al->thread, cursor, evsel, sample,
1117 sample__resolve_callchain(struct perf_sample *sample, struct callchain_cursor *cursor, struct symbol **parent, struct evsel *evsel, struct addr_location *al, int max_stack) argument
H A Dmem-events.c124 bool is_mem_loads_aux_event(struct evsel *leader)
/linux-master/tools/perf/
H A Dbuiltin-c2c.c37 #include "evsel.h"
278 struct evsel *evsel,
303 evsel, &al, sysctl_perf_event_max_stack);
2518 struct evsel *evsel; local
2525 evlist__for_each_entry(evlist, evsel) {
2526 fprintf(out, "%-36s: %s\n", first ? " Events" : "", evsel__name(evsel));
275 process_sample_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
/linux-master/tools/perf/ui/gtk/
H A Dhists.c5 #include "../evsel.h"
596 struct evsel *pos;

Completed in 157 milliseconds

12345678