Symbol: PERF_SAMPLE_TIME
arch/s390/kernel/perf_pai.c
634
if (event->attr.sample_type & PERF_SAMPLE_TIME)
arch/x86/events/intel/core.c
4701
flags &= ~PERF_SAMPLE_TIME;
arch/x86/events/intel/core.c
6165
x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME;
arch/x86/events/intel/ds.c
1724
if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) &&
arch/x86/events/intel/ds.c
2169
data->sample_flags |= PERF_SAMPLE_TIME;
arch/x86/events/intel/ds.c
3390
x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME;
arch/x86/events/intel/ds.c
3406
PERF_SAMPLE_TIME;
arch/x86/events/intel/ds.c
3415
PERF_SAMPLE_TIME |
kernel/events/core.c
2113
if (sample_type & PERF_SAMPLE_TIME)
kernel/events/core.c
8059
#define PERF_SAMPLE_ID_ALL (PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
kernel/events/core.c
8076
if (sample_type & PERF_SAMPLE_TIME)
kernel/events/core.c
8109
if (sample_type & PERF_SAMPLE_TIME)
kernel/events/core.c
8269
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
461
bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME;
tools/perf/builtin-script.c
553
evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", PERF_OUTPUT_TIME))
tools/perf/builtin-timechart.c
589
if (evsel->core.attr.sample_type & PERF_SAMPLE_TIME) {
tools/perf/builtin-trace.c
3509
(sample->evsel->core.attr.sample_type & PERF_SAMPLE_TIME))
tools/perf/tests/dlfilter-test.c
319
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
1340
if ((evsel->core.attr.sample_type & PERF_SAMPLE_TIME))
tools/perf/util/arm-spe.c
1781
attr.sample_type &= ~(u64)PERF_SAMPLE_TIME;
tools/perf/util/arm-spe.c
1783
attr.sample_type |= PERF_SAMPLE_TIME;
tools/perf/util/aslr.c
823
if (orig_sample_type & PERF_SAMPLE_TIME)
tools/perf/util/aslr.h
11
PERF_SAMPLE_TIME | \
tools/perf/util/bpf_off_cpu.c
372
if (sample_type & PERF_SAMPLE_TIME)
tools/perf/util/cs-etm.c
1787
attr.sample_type &= ~(u64)PERF_SAMPLE_TIME;
tools/perf/util/cs-etm.c
1789
attr.sample_type |= PERF_SAMPLE_TIME;
tools/perf/util/event.h
38
PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
tools/perf/util/evsel.c
3222
if (type & PERF_SAMPLE_TIME) {
tools/perf/util/evsel.c
3472
if (type & PERF_SAMPLE_TIME) {
tools/perf/util/evsel.c
351
if (sample_type & PERF_SAMPLE_TIME)
tools/perf/util/evsel.c
3796
if (!(type & PERF_SAMPLE_TIME))
tools/perf/util/evsel.c
3828
if (type & PERF_SAMPLE_TIME)
tools/perf/util/evsel.c
3842
if (sample_type & PERF_SAMPLE_TIME)
tools/perf/util/evsel.c
480
evsel->core.attr.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME |
tools/perf/util/evsel.c
641
.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME |
tools/perf/util/intel-bts.c
771
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
2473
if (sample_type & PERF_SAMPLE_TIME) {
tools/perf/util/intel-pt.c
3998
attr.sample_type &= ~(u64)PERF_SAMPLE_TIME;
tools/perf/util/intel-pt.c
4000
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
1503
if (sample_type & PERF_SAMPLE_TIME)
tools/perf/util/synthetic-events.c
1472
if (type & PERF_SAMPLE_TIME)
tools/perf/util/synthetic-events.c
1640
if (type & PERF_SAMPLE_TIME) {
tools/perf/util/synthetic-events.c
1833
if (type & PERF_SAMPLE_TIME) {