Struct perfcnt::linux::perf_format::HeaderFlags
[−]
[src]
pub struct HeaderFlags { pub nrcpus: bool, pub arch: bool, pub version: bool, pub osrelease: bool, pub hostname: bool, pub build_id: bool, pub tracing_data: bool, pub branch_stack: bool, pub numa_topology: bool, pub cpu_topology: bool, pub event_desc: bool, pub cmdline: bool, pub total_mem: bool, pub cpuid: bool, pub cpudesc: bool, pub group_desc: bool, pub pmu_mappings: bool, }
Fields
nrcpus: bool
arch: bool
version: bool
osrelease: bool
hostname: bool
build_id: bool
tracing_data: bool
branch_stack: bool
numa_topology: bool
cpu_topology: bool
event_desc: bool
cmdline: bool
total_mem: bool
cpuid: bool
cpudesc: bool
group_desc: bool
pmu_mappings: bool