You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I've just recognized the unhandled features in the PerfHeader messages I get when opening recordings and those two seem to be useful to inspect further. Obviously this is nothing that is important for the short term.
Describe the solution you'd like
Check the contents of: PerfHeader::SAMPLE_TIME, the perf_event_open manpage says that this "Records a timestamp" - this likely means the summary could output the time of recording. PerfHeader::BPF_PROG_INFO, this contains the struct bpf_prog_info from /include/linux/bpf.h), also see https://www.kernel.org/doc/html/latest/bpf/btf.html ; the entries that seem interesting there are the run_time_ns, possibly there are more.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I've just recognized the unhandled features in the PerfHeader messages I get when opening recordings and those two seem to be useful to inspect further. Obviously this is nothing that is important for the short term.
Describe the solution you'd like
Check the contents of:
PerfHeader::SAMPLE_TIME
, the perf_event_open manpage says that this "Records a timestamp" - this likely means the summary could output the time of recording.PerfHeader::BPF_PROG_INFO
, this contains thestruct bpf_prog_info
from /include/linux/bpf.h), also see https://www.kernel.org/doc/html/latest/bpf/btf.html ; the entries that seem interesting there are therun_time_ns
, possibly there are more.The text was updated successfully, but these errors were encountered: