HomeSort by relevance Sort by last modified time
    Searched refs:perf_file_section (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/
header.h 32 struct perf_file_section { struct
41 struct perf_file_section attrs;
42 struct perf_file_section data;
43 struct perf_file_section event_types;
84 int (*process)(struct perf_file_section *section,
header.c 86 struct perf_file_section ids;
390 struct perf_file_section *feat_sec;
415 struct perf_file_section *trace_sec;
426 struct perf_file_section *buildid_sec;
583 int (*process)(struct perf_file_section *section,
587 struct perf_file_section *feat_sec;
611 struct perf_file_section *sec = &feat_sec[idx++];
820 static int perf_file_section__process(struct perf_file_section *section,

Completed in 93 milliseconds