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

12345678

/linux-master/tools/perf/util/
H A Dcs-etm.c326 struct evsel *evsel; local
347 evsel = evlist__event2evsel(session->evlist, event);
348 if (!evsel)
350 err = evsel__parse_sample(evsel, event, &sample);
900 struct evsel *evsel)
906 return evsel->core.attr.type == aux->pmu_type;
1628 struct evsel *evsel; local
899 cs_etm__evsel_is_auxtrace(struct perf_session *session, struct evsel *evsel) argument
2860 struct evsel *evsel; local
3074 struct evsel *evsel; local
[all...]
H A Dcallchain.h11 struct evsel;
253 struct evsel *evsel, struct addr_location *al,
H A Dmachine.h16 struct evsel;
183 struct evsel *evsel,
H A Dannotate-data.c18 #include "evsel.h"
451 * @evsel: Event to update
456 * This function updates type histogram at @ofs for @evsel. Samples are
461 struct evsel *evsel, int offset,
470 int nr = evsel->evlist->core.nr_entries;
479 h = adt->histograms[evsel->core.idx];
460 annotated_data_type__update_samples(struct annotated_data_type *adt, struct evsel *evsel, int offset, int nr_samples, u64 period) argument
H A Ddata-convert-json.c21 #include "util/evsel.h"
152 struct evsel *evsel __maybe_unused,
158 u64 sample_type = __evlist__combined_sample_type(evsel->evlist);
236 fields = tep_event_fields(evsel->tp_format);
H A Dmem-events.h12 #include "evsel.h"
47 bool is_mem_loads_aux_event(struct evsel *leader);
H A Dparse-events.h15 struct evsel;
217 struct evsel *parse_events__add_event(int idx, struct perf_event_attr *attr,
H A Dparse-events.y18 #include "evsel.h"
46 struct evsel *evsel, *tmp;
48 list_for_each_entry_safe(evsel, tmp, list_evsel, core.node) {
49 list_del_init(&evsel->core.node);
50 evsel__delete(evsel);
H A Dheader.h101 struct evsel *events;
H A Dtop.c10 #include "evsel.h"
75 struct evsel *first = evlist__first(top->evlist);
H A Dblock-info.c440 struct evsel *pos;
467 struct evsel *evsel, struct perf_env *env)
479 ret = block_hists_tui_browse(bh, evsel, min_percent, env);
466 report__browse_block_hists(struct block_hist *bh, float min_percent, struct evsel *evsel, struct perf_env *env) argument
H A Djitdump.c124 struct evsel *evsel; local
129 evlist__for_each_entry(session->evlist, evsel) {
130 if (evsel->core.attr.use_clockid == 0 || evsel->core.attr.clockid != CLOCK_MONOTONIC)
831 struct evsel *first;
H A Ds390-cpumsf.c155 #include "evsel.h"
921 struct evsel *ev_bc000;
1053 struct evsel *evsel)
1055 return evsel->core.attr.type == PERF_TYPE_RAW &&
1056 evsel->core.attr.config == PERF_EVENT_CPUM_SF_DIAG;
1052 s390_cpumsf_evsel_is_auxtrace(struct perf_session *session __maybe_unused, struct evsel *evsel) argument
H A Dmmap.c65 struct evsel *evsel __maybe_unused,
H A Dpmu.c19 #include "evsel.h"
1099 bool evsel__is_aux_event(const struct evsel *evsel) argument
1101 struct perf_pmu *pmu = evsel__find_pmu(evsel);
1115 void evsel__set_config_if_unset(struct perf_pmu *pmu, struct evsel *evsel, argument
1119 struct evsel_config_term *term = evsel__get_config_term(evsel, CFG_CHG);
1131 evsel->core.attr.config &= ~bits;
1132 evsel->core.attr.config |= field_prep(bits, val);
1542 * set defaults as for evsel
[all...]
H A Dmachine.c12 #include "evsel.h"
2732 struct evsel *evsel,
2751 if (evsel__has_branch_callstack(evsel)) {
2752 struct perf_env *env = evsel__env(evsel);
2979 struct evsel *evsel,
2984 if (!((evsel->core.attr.sample_type & PERF_SAMPLE_REGS_USER) &&
2985 (evsel->core.attr.sample_type & PERF_SAMPLE_STACK_USER)))
2999 struct evsel *evse
2730 thread__resolve_callchain_sample(struct thread *thread, struct callchain_cursor *cursor, struct evsel *evsel, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, int max_stack) argument
2977 thread__resolve_callchain_unwind(struct thread *thread, struct callchain_cursor *cursor, struct evsel *evsel, struct perf_sample *sample, int max_stack) argument
2997 thread__resolve_callchain(struct thread *thread, struct callchain_cursor *cursor, struct evsel *evsel, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, int max_stack) argument
[all...]
H A Dtrace-event-info.c27 #include "evsel.h"
508 struct evsel *pos;
544 struct evsel *pos;
H A Dstream.c132 struct evsel *pos;
/linux-master/tools/perf/
H A Dbuiltin-diff.c13 #include "util/evsel.h"
394 struct evsel *evsel,
399 struct hists *hists = evsel__hists(evsel);
401 .evsel = evsel,
486 static struct evsel *evsel_match(struct evsel *evsel, argument
489 struct evsel *
391 diff__process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
501 struct evsel *evsel; local
988 struct evsel *evsel; local
[all...]
H A Dbuiltin-record.c22 #include "util/evsel.h"
894 struct evsel *evsel; local
897 evlist__for_each_entry(evlist, evsel) {
898 if (evsel->core.attr.text_poke)
902 evsel = evlist__add_dummy_on_all_cpus(evlist);
903 if (!evsel)
906 evsel->core.attr.text_poke = 1;
907 evsel->core.attr.ksymbol = 1;
908 evsel
922 struct evsel *evsel; local
943 struct evsel *evsel; local
1421 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
1906 __record__save_lost_samples(struct record *rec, struct evsel *evsel, struct perf_record_lost_samples *lost, int cpu_idx, int thread_idx, u64 lost_count, u16 misc_flag) argument
1932 struct evsel *evsel; local
[all...]
H A Dbuiltin-mem.c268 struct evsel *evsel __maybe_unused,
/linux-master/tools/perf/tests/
H A Dcode-reading.c20 #include "evsel.h"
550 struct evsel *evsel = NULL; local
640 evsel = evlist__first(evlist);
642 evsel->core.attr.comm = 1;
643 evsel->core.attr.disabled = 1;
644 evsel->core.attr.enable_on_exec = 0;
H A Dpmu-events.c876 struct evsel *evsel; local
924 evlist__for_each_entry(evlist, evsel) {
925 evsel->stats->aggr->counts.val = k;
926 if (evsel__name_is(evsel, "duration_time"))
930 evlist__for_each_entry(evlist, evsel) {
931 struct metric_event *me = metricgroup__lookup(&metric_events, evsel, false);
/linux-master/tools/lib/perf/
H A DMakefile190 HDRS := bpf_perf.h core.h cpumap.h threadmap.h evlist.h evsel.h event.h mmap.h
191 INTERNAL_HDRS := cpumap.h evlist.h evsel.h lib.h mmap.h rc_check.h threadmap.h xyarray.h
/linux-master/drivers/perf/
H A Dqcom_l3_pmu.c197 u32 evsel = get_event_type(event); local
215 writel_relaxed(EVSEL(evsel), l3pmu->regs + L3_HML3_PM_EVTYPE(idx));
278 u32 evsel = get_event_type(event); local
289 writel_relaxed(EVSEL(evsel), l3pmu->regs + L3_HML3_PM_EVTYPE(idx));

Completed in 341 milliseconds

12345678