Commit 3425b42
committed
perf stat: Remove empty new_line_metric function
JIRA: https://issues.redhat.com/browse/RHEL-77935
upstream
========
commit d226f43
Author: James Clark <james.clark@linaro.org>
Date: Tue Nov 12 16:00:43 2024 +0000
description
===========
Despite the name new_line_metric doesn't make a new line, it actually
does nothing. Change it to NULL to avoid confusion.
Signed-off-by: James Clark <james.clark@linaro.org>
Tested-by: Ian Rogers <irogers@google.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: 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>
Cc: Tim Chen <tim.c.chen@linux.intel.com>
Cc: Yicong Yang <yangyicong@hisilicon.com>
Link: https://lore.kernel.org/r/20241112160048.951213-4-james.clark@linaro.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Michael Petlan <mpetlan@redhat.com>1 parent ed508bb commit 3425b42
2 files changed
+7
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | 676 | | |
682 | 677 | | |
683 | 678 | | |
| |||
839 | 834 | | |
840 | 835 | | |
841 | 836 | | |
842 | | - | |
| 837 | + | |
843 | 838 | | |
844 | 839 | | |
845 | 840 | | |
846 | 841 | | |
847 | | - | |
| 842 | + | |
848 | 843 | | |
849 | 844 | | |
850 | 845 | | |
851 | | - | |
| 846 | + | |
852 | 847 | | |
853 | 848 | | |
854 | 849 | | |
| |||
1319 | 1314 | | |
1320 | 1315 | | |
1321 | 1316 | | |
1322 | | - | |
| 1317 | + | |
1323 | 1318 | | |
1324 | 1319 | | |
1325 | 1320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
| 331 | + | |
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
| |||
670 | 671 | | |
671 | 672 | | |
672 | 673 | | |
673 | | - | |
| 674 | + | |
674 | 675 | | |
675 | 676 | | |
676 | 677 | | |
| |||
0 commit comments