Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dprobe-event.c3313 struct probe_trace_event **tevs2, int ntevs2) in concat_probe_trace_events() argument
3320 *ntevs = ntevs2; in concat_probe_trace_events()
3325 if (*ntevs + ntevs2 > probe_conf.max_probes) in concat_probe_trace_events()
3330 *tevs2, ntevs2 * sizeof(**tevs2)); in concat_probe_trace_events()
3336 *ntevs += ntevs2; in concat_probe_trace_events()
3340 clear_probe_trace_events(*tevs2, ntevs2); in concat_probe_trace_events()