Lines Matching refs:perf
10 // Stores information from a perf session generated via running:
11 // "perf record"
13 // See $kernel/tools/perf/design.txt for more details.
86 // Indicates whether we enable perf events after an exec() function call.
157 // Describes a perf.data file attribute.
162 // List of perf file attribute ids. Each id describes an event.
166 // Protobuf version of the perf_event_type struct found in perf/util/event.h.
183 // This message contains information about a perf sample itself, as opposed to
184 // a perf event captured by a sample.
224 // Info about the perf sample containing this event.
265 // Info about the perf sample containing this event.
374 // Info about the perf sample containing this event.
387 // Info about the perf sample containing this event.
402 // Info about the perf sample containing this event.
426 // Info about the perf sample containing this event.
447 // Info about the perf sample containing this event.
510 // Total number of events read from perf data.
640 // Time when quipper generated this perf data / protobuf, given as seconds
644 // Records some stats about the serialized perf events.
697 // Command line used to run perf to collect this profile.
699 // raw perf data. e.g. "perf record -a -- sleep 2" become stored as:
700 // { "perf", "record", "-a", "--", "sleep", "2" }