Go to the documentation of this file.
26 for (i = 1; i <
argc; ++
i) {
29 if (
strncmp(argv[i],
"tracepoint", 10) == 0)
31 else if (
strcmp(argv[i],
"hw") == 0 ||
32 strcmp(argv[i],
"hardware") == 0)
34 else if (
strcmp(argv[i],
"sw") == 0 ||
35 strcmp(argv[i],
"software") == 0)
37 else if (
strcmp(argv[i],
"cache") == 0 ||
38 strcmp(argv[i],
"hwcache") == 0)
40 else if (
strcmp(argv[i],
"--raw-dump") == 0)
43 char *sep =
strchr(argv[i],
':'), *
s;
50 sep_idx = sep - argv[
i];