Re: [PATCH 4/5] x86: perf: Refactor misc flag assignments

2024-09-11 Thread Colton Lewis
Ingo Molnar writes: * Colton Lewis wrote: Break the assignment logic for misc flags into their own respective functions to reduce the complexity of the nested logic. Signed-off-by: Colton Lewis --- arch/x86/events/core.c| 31 +++ arch/x86/inclu

Re: [PATCH 4/5] x86: perf: Refactor misc flag assignments

2024-09-05 Thread Ingo Molnar
* Colton Lewis wrote: > Break the assignment logic for misc flags into their own respective > functions to reduce the complexity of the nested logic. > > Signed-off-by: Colton Lewis > --- > arch/x86/events/core.c| 31 +++ > arch/x86/include/asm/perf_ev

[PATCH 4/5] x86: perf: Refactor misc flag assignments

2024-09-04 Thread Colton Lewis
Break the assignment logic for misc flags into their own respective functions to reduce the complexity of the nested logic. Signed-off-by: Colton Lewis --- arch/x86/events/core.c| 31 +++ arch/x86/include/asm/perf_event.h | 2 ++ 2 files changed, 25 inser