PERF_COUNT_SW_DUMMY (since Linux 3.12) This is a placeholder event that counts nothing. Informational sample record types such as mmap or comm must be associated with an active event. Informational sample record types such as mmap or comm must be associated with an active event.
PERF_COUNT_SW_DUMMY = 9, PERF_COUNT_SW_BPF_OUTPUT = 10, PERF_COUNT_SW_MAX, /* non-ABI */} /* * Bits that can be set in attr.sample_type to request information * in the overflow.
PERF_ COUNT_SW_DUMMY (since Linux 3.12) This is a placeholder event that counts nothing. Informational sample record types such as mmap or comm must be associated with an active event.
PERF_ COUNT_SW_DUMMY = 9, 114: PERF_COUNT_SW_BPF_OUTPUT = 10, 115: 116: PERF_COUNT_SW_MAX, /* non-ABI */ 117} 118: 119 /* 120 * Bits that can be set in.
PERF_ COUNT_SW_DUMMY = 9, 114: PERF_COUNT_SW_BPF_OUTPUT = 10, 115: 116: PERF_COUNT_SW_MAX, /* non-ABI */ 117} 118: 119 /* 120 * Bits that can be set in attr.sample_type to request information: 121 * in the overflow packets. 122 */ 123: enum perf_event_sample_format {124: PERF_SAMPLE_IP = 1U << 0, 125: PERF_SAMPLE_TID = 1U << 1, 126: PERF_SAMPLE_TIME =.perf_event_open(2) - Linux manual page, perf_event_open(2) - Linux manual page, perf_event_open(2) - Linux manual page, perf_event_open(2) - Linux manual page, config = perf. COUNT_SW_DUMMY , task = 1, comm = 1, mmap = 0, freq = 0, wakeup_events = 1, watermark = 1, sample_type = perf. SAMPLE_TID | perf. SAMPLE_CPU) evsel. open (cpus = self..2/10/2021 · PERF_ COUNT_SW_DUMMY = 9, PERF_COUNT_SW_BPF_OUTPUT = 10, + PERF_COUNT_SW_CGROUP_SWITCHES = 11, PERF_COUNT_SW_MAX, /* non-ABI */} diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c index 42c84adeb2fb..09ff678519f3 100644--- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c