Searched defs:max_tevs (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/util/
H A Dprobe-finder.h22 int max_tevs);
78 int max_tevs; /* Max number of trace events */ member in struct:trace_event_finder
H A Dprobe-event.c220 int max_tevs, const char *module)
236 ntevs = find_probe_trace_events(fd, pev, tevs, max_tevs);
551 int max_tevs __unused, const char *mod __unused)
1723 int max_tevs, const char *module)
1730 ret = try_to_find_probe_trace_events(pev, tevs, max_tevs, module);
1802 int max_tevs, const char *module, bool force_add)
1824 max_tevs,
218 try_to_find_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs, int max_tevs, const char *module) argument
1721 convert_to_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs, int max_tevs, const char *module) argument
1801 add_perf_probe_events(struct perf_probe_event *pevs, int npevs, int max_tevs, const char *module, bool force_add) argument
H A Dprobe-finder.c1607 if (tf->ntevs == tf->max_tevs) {
1609 tf->max_tevs);
1640 struct probe_trace_event **tevs, int max_tevs)
1644 .max_tevs = max_tevs};
1648 *tevs = zalloc(sizeof(struct probe_trace_event) * max_tevs);
1639 find_probe_trace_events(int fd, struct perf_probe_event *pev, struct probe_trace_event **tevs, int max_tevs) argument

Completed in 74 milliseconds