On 15/11/22 16:10, Steven Rostedt wrote: > On Fri, 11 Nov 2022 16:32:03 +0000 > Valentin Schneider <vschneid@xxxxxxxxxx> wrote: > >> On 09/11/22 19:06, Steven Rostedt wrote: >> > On Tue, 18 Oct 2022 16:16:29 +0100 >> > Valentin Schneider <vschneid@xxxxxxxxxx> wrote: >> > >> >> @@ -3484,6 +3498,11 @@ process_function(struct tep_event *event, struct tep_print_arg *arg, >> >> free_token(token); >> >> return process_bitmask(event, arg, tok); >> >> } >> >> + if (strcmp(token, "__get_cpumask") == 0 || >> >> + strcmp(token, "__get_cpumask") == 0) { >> > >> > Hmm, not sure what the difference between the above two are. >> > >> >> One makes sense, the other doesn't :-) >> >> That's a copy/paste fail, the second one wants to be "__get_rel_cpumask" > > I was expecting a v2, should I wait? > Yeah it's on its way, I got distracted a bit, sorry! > -- Steve