Home
last modified time | relevance | path

Searched refs:ntevs2 (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dprobe-event.c3136 struct probe_trace_event **tevs2, int ntevs2) in concat_probe_trace_events() argument
3143 *ntevs = ntevs2; in concat_probe_trace_events()
3148 if (*ntevs + ntevs2 > probe_conf.max_probes) in concat_probe_trace_events()
3153 *tevs2, ntevs2 * sizeof(**tevs2)); in concat_probe_trace_events()
3159 *ntevs += ntevs2; in concat_probe_trace_events()
3163 clear_probe_trace_events(*tevs2, ntevs2); in concat_probe_trace_events()