Re: [PATCH v7 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()

2024-11-07 Thread Liang, Kan
On 2024-11-07 2:03 p.m., Colton Lewis wrote: > For clarity, rename the arch-specific definitions of these functions > to perf_arch_* to denote they are arch-specifc. Define the > generic-named functions in one place where they can call the > arch-specific ones as needed. > > Signed-off-by: Colt

[PATCH v7 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()

2024-11-07 Thread Colton Lewis
For clarity, rename the arch-specific definitions of these functions to perf_arch_* to denote they are arch-specifc. Define the generic-named functions in one place where they can call the arch-specific ones as needed. Signed-off-by: Colton Lewis Acked-by: Thomas Richter Acked-by: Mark Rutland