Files
linux/tools/perf/util
Namhyung Kim 9aa3cbbffb perf annotate: Pass annotation_options to annotation_line__print()
The annotation_line__print() has many arguments.  But min_percent,
max_lines and percent_type are from struct annotaion_options.  So let's
pass a pointer to the option instead of passing them separately to
reduce the number of function arguments.

Actually it has a recursive call if 'queue' is set.  Add a new option
instance to pass different values for the case.

Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250310224925.799005-4-namhyung@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
2025-03-13 00:19:51 -07:00
..
2024-12-18 16:24:32 -03:00
2022-06-28 12:05:25 -03:00
2023-03-14 08:29:46 -03:00
2025-01-31 14:45:19 -08:00
2021-04-29 10:30:58 -03:00
2024-03-21 10:41:28 -03:00
2021-08-11 09:35:44 -03:00
2024-08-19 14:52:13 -03:00
2024-08-19 14:52:13 -03:00
2025-02-18 14:04:32 -08:00
2023-01-23 10:00:47 -03:00
2024-08-12 18:05:14 -03:00
2024-08-19 14:51:46 -03:00
2025-02-17 22:00:50 -08:00
2024-02-12 12:35:41 -08:00
2025-02-10 11:46:02 -08:00
2025-02-10 11:46:02 -08:00
2023-04-06 21:40:28 -03:00
2023-09-12 17:47:00 -03:00
2025-01-14 14:57:19 -03:00
2025-03-10 11:31:24 -07:00
2025-03-10 11:31:24 -07:00
2025-02-18 14:04:32 -08:00
2024-12-12 15:53:36 -03:00
2025-02-18 14:04:32 -08:00
2023-04-10 19:20:53 -03:00
2024-09-27 15:38:52 -03:00