Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dprobe-event.c3324 struct probe_trace_event **tevs2, int ntevs2) in concat_probe_trace_events() argument
3331 *ntevs = ntevs2; in concat_probe_trace_events()
3336 if (*ntevs + ntevs2 > probe_conf.max_probes) in concat_probe_trace_events()
3341 *tevs2, ntevs2 * sizeof(**tevs2)); in concat_probe_trace_events()
3347 *ntevs += ntevs2; in concat_probe_trace_events()
3351 clear_probe_trace_events(*tevs2, ntevs2); in concat_probe_trace_events()