Home
last modified time | relevance | path

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

/tools/perf/util/
Dprobe-file.c830 int i, args_count, err; in synthesize_sdt_probe_command() local
853 char **args = argv_split(note->args, &args_count); in synthesize_sdt_probe_command()
858 for (i = 0; i < args_count; ) { in synthesize_sdt_probe_command()
873 if (strstr(args[i], "[sp,") && (i+1) < args_count) { in synthesize_sdt_probe_command()