Loading tools/perf/util/evsel.h +5 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,11 @@ struct perf_evsel { char *group_name; }; union u64_swap { u64 val64; u32 val32[2]; }; #define hists_to_evsel(h) container_of(h, struct perf_evsel, hists) struct cpu_map; Loading tools/perf/util/types.h +0 −5 Original line number Diff line number Diff line Loading @@ -16,9 +16,4 @@ typedef signed short s16; typedef unsigned char u8; typedef signed char s8; union u64_swap { u64 val64; u32 val32[2]; }; #endif /* __PERF_TYPES_H */ Loading
tools/perf/util/evsel.h +5 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,11 @@ struct perf_evsel { char *group_name; }; union u64_swap { u64 val64; u32 val32[2]; }; #define hists_to_evsel(h) container_of(h, struct perf_evsel, hists) struct cpu_map; Loading
tools/perf/util/types.h +0 −5 Original line number Diff line number Diff line Loading @@ -16,9 +16,4 @@ typedef signed short s16; typedef unsigned char u8; typedef signed char s8; union u64_swap { u64 val64; u32 val32[2]; }; #endif /* __PERF_TYPES_H */