Symbol: PERF_SAMPLE_TIME
arch/s390/kernel/perf_pai.c
621
if (event->attr.sample_type & PERF_SAMPLE_TIME)
arch/x86/events/intel/core.c
4421
flags &= ~PERF_SAMPLE_TIME;
arch/x86/events/intel/core.c
5879
x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME;
arch/x86/events/intel/ds.c
1716
if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) &&
arch/x86/events/intel/ds.c
2161
data->sample_flags |= PERF_SAMPLE_TIME;
arch/x86/events/intel/ds.c
3382
x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME;
arch/x86/events/intel/ds.c
3398
PERF_SAMPLE_TIME;
arch/x86/events/intel/ds.c
3407
PERF_SAMPLE_TIME |
kernel/events/core.c
2112
if (sample_type & PERF_SAMPLE_TIME)
kernel/events/core.c
7990
#define PERF_SAMPLE_ID_ALL (PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
kernel/events/core.c
8007
if (sample_type & PERF_SAMPLE_TIME)
kernel/events/core.c
8040
if (sample_type & PERF_SAMPLE_TIME)
kernel/events/core.c
8200
if (sample_type & PERF_SAMPLE_TIME)
tools/bpf/bpftool/map_perf_ring.c
113
.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME,
tools/perf/bench/inject-buildid.c
458
bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME;
tools/perf/builtin-script.c
549
evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", PERF_OUTPUT_TIME))
tools/perf/builtin-timechart.c
582
if (evsel->core.attr.sample_type & PERF_SAMPLE_TIME) {
tools/perf/builtin-trace.c
3457
(evsel->core.attr.sample_type & PERF_SAMPLE_TIME))
tools/perf/tests/dlfilter-test.c
315
PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_TIME | \
tools/perf/tests/parse-events.c
22
#define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
tools/perf/tests/parse-events.c
741
TEST_ASSERT_EVSEL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type), evsel);
tools/perf/tests/parse-events.c
753
TEST_ASSERT_EVSEL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type), evsel);
tools/perf/tests/sample-parsing.c
60
if (type & PERF_SAMPLE_TIME)
tools/perf/util/arm-spe.c
1285
if ((evsel->core.attr.sample_type & PERF_SAMPLE_TIME))
tools/perf/util/arm-spe.c
1723
attr.sample_type &= ~(u64)PERF_SAMPLE_TIME;
tools/perf/util/arm-spe.c
1725
attr.sample_type |= PERF_SAMPLE_TIME;
tools/perf/util/bpf_off_cpu.c
372
if (sample_type & PERF_SAMPLE_TIME)
tools/perf/util/cs-etm.c
1715
attr.sample_type &= ~(u64)PERF_SAMPLE_TIME;
tools/perf/util/cs-etm.c
1717
attr.sample_type |= PERF_SAMPLE_TIME;
tools/perf/util/event.h
38
PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
tools/perf/util/evsel.c
296
if (sample_type & PERF_SAMPLE_TIME)
tools/perf/util/evsel.c
3039
if (type & PERF_SAMPLE_TIME) {
tools/perf/util/evsel.c
3278
if (type & PERF_SAMPLE_TIME) {
tools/perf/util/evsel.c
3597
if (!(type & PERF_SAMPLE_TIME))
tools/perf/util/evsel.c
3628
if (type & PERF_SAMPLE_TIME)
tools/perf/util/evsel.c
3642
if (sample_type & PERF_SAMPLE_TIME)
tools/perf/util/evsel.c
424
evsel->core.attr.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME |
tools/perf/util/evsel.c
585
.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME |
tools/perf/util/intel-bts.c
770
attr.sample_type &= ~(u64)PERF_SAMPLE_TIME;
tools/perf/util/intel-pt.c
1121
if (!(evsel->core.attr.sample_type & PERF_SAMPLE_TIME))
tools/perf/util/intel-pt.c
2453
if (sample_type & PERF_SAMPLE_TIME) {
tools/perf/util/intel-pt.c
3977
attr.sample_type &= ~(u64)PERF_SAMPLE_TIME;
tools/perf/util/intel-pt.c
3979
attr.sample_type |= PERF_SAMPLE_TIME;
tools/perf/util/jitdump.c
514
if (jd->sample_type & PERF_SAMPLE_TIME)
tools/perf/util/jitdump.c
625
if (jd->sample_type & PERF_SAMPLE_TIME)
tools/perf/util/off_cpu.h
14
PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
tools/perf/util/session.c
1046
if (sample_type & PERF_SAMPLE_TIME)
tools/perf/util/synthetic-events.c
1471
if (type & PERF_SAMPLE_TIME)
tools/perf/util/synthetic-events.c
1637
if (type & PERF_SAMPLE_TIME) {
tools/perf/util/synthetic-events.c
1822
if (type & PERF_SAMPLE_TIME) {