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

/linux-master/tools/perf/util/
H A Dpmus.c349 struct sevent { struct
365 const struct sevent *as = a;
366 const struct sevent *bs = b;
396 static bool pmu_alias_is_duplicate(struct sevent *a, struct sevent *b)
407 struct sevent *aliases;
416 struct sevent *s;
444 struct sevent *aliases;
459 aliases = zalloc(sizeof(struct sevent) * len);
474 qsort(aliases, len, sizeof(struct sevent), cmp_seven
[all...]

Completed in 91 milliseconds