Searched refs:opd_event (Results 1 - 9 of 9) sorted by relevance

/external/oprofile/daemon/
H A Dopd_events.h20 struct opd_event { struct
31 extern struct opd_event opd_events[];
37 struct opd_event * find_counter_event(unsigned long counter);
H A Dopd_extended.h55 struct opd_event * (*find_counter_event)(unsigned long);
89 * Get event struct opd_event from the counter index value.
91 extern struct opd_event * opd_ext_find_counter_event(unsigned long counter);
H A Dopd_events.c32 struct opd_event opd_events[OP_MAX_COUNTERS];
86 struct opd_event * event = &opd_events[0];
105 struct opd_event * event = &opd_events[cur];
129 struct opd_event * find_counter_event(unsigned long counter)
132 struct opd_event * ret = NULL;
155 struct opd_event * event = find_counter_event(counter);
H A Dopd_ibs.h22 struct opd_event;
H A Dopd_extended.c186 struct opd_event * opd_ext_find_counter_event(unsigned long counter)
H A Dopd_mangling.c73 struct opd_event * event = find_counter_event(counter);
H A Dopd_perfmon.c244 struct opd_event * event = &opd_events[i];
261 struct opd_event * event = &opd_events[i];
H A Dopd_ibs.c62 struct opd_event ibs_vc[OP_MAX_IBS_COUNTERS];
810 /** Filled opd_event structure with IBS derived event information
813 static struct opd_event * ibs_sfile_find_counter_event(unsigned long counter)
/external/oprofile/daemon/liblegacy/
H A Dopd_sample_files.c72 struct opd_event * event = find_counter_event(counter);

Completed in 969 milliseconds