Home
last modified time | relevance | path

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

/tools/perf/util/
Dprobe-event.c3291 struct probe_trace_event **tevs2, int ntevs2) in concat_probe_trace_events() argument
3298 *ntevs = ntevs2; in concat_probe_trace_events()
3303 if (*ntevs + ntevs2 > probe_conf.max_probes) in concat_probe_trace_events()
3308 *tevs2, ntevs2 * sizeof(**tevs2)); in concat_probe_trace_events()
3314 *ntevs += ntevs2; in concat_probe_trace_events()
3318 clear_probe_trace_events(*tevs2, ntevs2); in concat_probe_trace_events()