perf trace: Disable syscall augmentation with record
authorIan Rogers <irogers@google.com>
Fri, 16 Feb 2024 17:23:57 +0000 (09:23 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 4 May 2024 18:03:58 +0000 (15:03 -0300)
commit8f283fb7b8092a5cf56e87e4e1918be26f126598
tree3fdeb2527a866f8f7cde90a1f592a9180829fd0c
parent7b6dd7a923281a7ccb980a0f768d6926721eb3cc
perf trace: Disable syscall augmentation with record

Syscall augmentation is causing samples not to be written to the
perf.data file with "perf trace record". Disabling augmentation is
sub-optimal, but it beats having a totally broken perf trace record.

Closes: https://lore.kernel.org/lkml/CAP-5=fV9Gd1Teak+EOcUSxe13KqSyfZyPNagK97GbLiOQRgGaw@mail.gmail.com/
Signed-off-by: Ian Rogers <irogers@google.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20240216172357.65037-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c