Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf inject: Convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
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: Kan Liang <kan.liang@linux.intel.com>
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/20240716075347.969041-1-nichen@iscas.ac.cn
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Chen Ni and committed by
Arnaldo Carvalho de Melo
496cae1b e60fc19e

+1 -1
+1 -1
tools/perf/builtin-inject.c
··· 2069 2069 */ 2070 2070 inject->tool.finished_init = host__finished_init; 2071 2071 /* Obey finished round ordering */ 2072 - inject->tool.finished_round = host__finished_round, 2072 + inject->tool.finished_round = host__finished_round; 2073 2073 /* Keep track of which CPU a VCPU is runnng on */ 2074 2074 inject->tool.context_switch = host__context_switch; 2075 2075 /*