Em Mon, Dec 14, 2020 at 12:00:35AM +0100, Jiri Olsa escreveu: > On Thu, Dec 10, 2020 at 03:13:02PM +0900, Namhyung Kim wrote: > > Likewise, perf evlist command should print event attributes by reading > > PERF_RECORD_HEADER_ATTR records. > > > > Before: > > $ perf record -o- true | ./perf evlist -i- > > (prints nothing) > > > > After: > > $ perf record -o- true | ./perf evlist -i- > > cycles:pppH > > > > Signed-off-by: Namhyung Kim <[email protected]> > > Acked-by: Jiri Olsa <[email protected]>
Thanks, applied. - Arnaldo

