PERF_SAMPLE_TIME 3215 arch/x86/events/intel/core.c flags &= ~PERF_SAMPLE_TIME; PERF_SAMPLE_TIME 972 arch/x86/events/intel/ds.c if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) && PERF_SAMPLE_TIME 2055 arch/x86/events/intel/ds.c x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME; PERF_SAMPLE_TIME 2064 arch/x86/events/intel/ds.c PERF_SAMPLE_TIME; PERF_SAMPLE_TIME 2072 arch/x86/events/intel/ds.c PERF_SAMPLE_TIME | PERF_SAMPLE_TIME 1784 kernel/events/core.c if (sample_type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 6205 kernel/events/core.c if (sample_type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 6236 kernel/events/core.c if (sample_type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 6377 kernel/events/core.c if (sample_type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 121 tools/bpf/bpftool/map_perf_ring.c .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, PERF_SAMPLE_TIME 587 tools/perf/builtin-inject.c #define COMPAT_MASK (PERF_SAMPLE_ID | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \ PERF_SAMPLE_TIME 464 tools/perf/builtin-script.c perf_evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", PERF_SAMPLE_TIME 560 tools/perf/builtin-timechart.c if (evsel->core.attr.sample_type & PERF_SAMPLE_TIME) { PERF_SAMPLE_TIME 2538 tools/perf/builtin-trace.c (evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) PERF_SAMPLE_TIME 18 tools/perf/tests/parse-events.c #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \ PERF_SAMPLE_TIME 529 tools/perf/tests/parse-events.c TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type)); PERF_SAMPLE_TIME 542 tools/perf/tests/parse-events.c TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type)); PERF_SAMPLE_TIME 50 tools/perf/tests/sample-parsing.c if (type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 1288 tools/perf/util/cs-etm.c attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; PERF_SAMPLE_TIME 1290 tools/perf/util/cs-etm.c attr.sample_type |= PERF_SAMPLE_TIME; PERF_SAMPLE_TIME 2343 tools/perf/util/cs-etm.c if ((evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) PERF_SAMPLE_TIME 39 tools/perf/util/event.h PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \ PERF_SAMPLE_TIME 1159 tools/perf/util/evlist.c if (sample_type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 145 tools/perf/util/evsel.c if (sample_type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 271 tools/perf/util/evsel.c evsel->core.attr.sample_type |= (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | PERF_SAMPLE_TIME 347 tools/perf/util/evsel.c .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | PERF_SAMPLE_TIME 1882 tools/perf/util/evsel.c if (type & PERF_SAMPLE_TIME) { PERF_SAMPLE_TIME 1993 tools/perf/util/evsel.c if (type & PERF_SAMPLE_TIME) { PERF_SAMPLE_TIME 2219 tools/perf/util/evsel.c if (!(type & PERF_SAMPLE_TIME)) PERF_SAMPLE_TIME 2250 tools/perf/util/evsel.c if (type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 788 tools/perf/util/intel-bts.c attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; PERF_SAMPLE_TIME 795 tools/perf/util/intel-pt.c if (!(evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) PERF_SAMPLE_TIME 1739 tools/perf/util/intel-pt.c if (sample_type & PERF_SAMPLE_TIME) { PERF_SAMPLE_TIME 2766 tools/perf/util/intel-pt.c attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; PERF_SAMPLE_TIME 2768 tools/perf/util/intel-pt.c attr.sample_type |= PERF_SAMPLE_TIME; PERF_SAMPLE_TIME 474 tools/perf/util/jitdump.c if (jd->sample_type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 566 tools/perf/util/jitdump.c if (jd->sample_type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 1166 tools/perf/util/session.c if (sample_type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 1140 tools/perf/util/synthetic-events.c if (type & PERF_SAMPLE_TIME) PERF_SAMPLE_TIME 1264 tools/perf/util/synthetic-events.c if (type & PERF_SAMPLE_TIME) {