Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_TIME (Results 1 – 25 of 25) sorted by relevance

/tools/perf/tests/shell/attr/
A Dtest-record-data7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
A Dtest-record-C012 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
A Dtest-record-dummy-C016 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
A Dsystem-wide-dummy13 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
/tools/perf/util/
A Doff_cpu.h14 PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
A Devent.h38 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
A Dbpf_off_cpu.c371 if (sample_type & PERF_SAMPLE_TIME) in off_cpu_write()
A Devsel.c295 if (sample_type & PERF_SAMPLE_TIME) in __perf_evsel__calc_id_pos()
423 evsel->core.attr.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__new_idx()
583 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__newtp_idx()
2815 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_id_sample()
3040 if (type & PERF_SAMPLE_TIME) { in evsel__parse_sample()
3346 if (!(type & PERF_SAMPLE_TIME)) in evsel__parse_sample_timestamp()
3377 if (type & PERF_SAMPLE_TIME) in evsel__parse_sample_timestamp()
3391 if (sample_type & PERF_SAMPLE_TIME) in evsel__id_hdr_size()
A Djitdump.c512 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_load()
621 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_move()
A Darm-spe.c1181 if ((evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in arm_spe__is_timeless_decoding()
1618 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in arm_spe_synth_events()
1620 attr.sample_type |= PERF_SAMPLE_TIME; in arm_spe_synth_events()
A Dsynthetic-events.c1466 if (type & PERF_SAMPLE_TIME) in perf_event__sample_event_size()
1632 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_sample()
1817 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_id_sample()
A Dintel-bts.c770 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_bts_synth_events()
A Dintel-pt.c1121 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in intel_pt_timeless_decoding()
2453 if (sample_type & PERF_SAMPLE_TIME) { in intel_pt_do_synth_pebs_sample()
3977 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_pt_synth_events()
3979 attr.sample_type |= PERF_SAMPLE_TIME; in intel_pt_synth_events()
A Dcs-etm.c1716 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in cs_etm__synth_events()
1718 attr.sample_type |= PERF_SAMPLE_TIME; in cs_etm__synth_events()
A Dsession.c1001 if (sample_type & PERF_SAMPLE_TIME) in evlist__print_tstamp()
/tools/bpf/bpftool/
A Dmap_perf_ring.c113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
/tools/perf/tests/
A Dsample-parsing.c60 if (type & PERF_SAMPLE_TIME) in samples_same()
A Ddlfilter-test.c316 PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_TIME | \
A Dparse-events.c20 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
703 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
715 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
/tools/include/uapi/linux/
A Dperf_event.h145 PERF_SAMPLE_TIME = 1U << 2, enumerator
/tools/perf/bench/
A Dinject-buildid.c458 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
/tools/perf/
A Dbuiltin-timechart.c582 if (evsel->core.attr.sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
A Dbuiltin-script.c557 evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", PERF_OUTPUT_TIME)) in evsel__check_attr()
A Dbuiltin-trace.c3433 (evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in trace__set_base_time()
/tools/perf/Documentation/
A Dperf-intel-pt.txt1142 PERF_SAMPLE_PERIOD (and sometimes) | PERF_SAMPLE_TIME

Completed in 87 milliseconds