Home
last modified time | relevance | path

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

12

/tools/perf/
A Dbuiltin-evlist.c55 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
A Ddesign.txt88 PERF_TYPE_TRACEPOINT = 2,
147 Counters of the type PERF_TYPE_TRACEPOINT are available when the ftrace event
A Dbuiltin-script.c266 [PERF_TYPE_TRACEPOINT] = {
699 !output[PERF_TYPE_TRACEPOINT].user_set) { in perf_session__check_output_opt()
700 j = PERF_TYPE_TRACEPOINT; in perf_session__check_output_opt()
3035 type = PERF_TYPE_TRACEPOINT; in parse_output_fields()
/tools/testing/selftests/user_events/
A Dperf_test.c159 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F()
221 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F()
/tools/testing/selftests/bpf/prog_tests/
A Dtask_fd_query_tp.c37 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
A Dtp_attach_query.c36 attr.type = PERF_TYPE_TRACEPOINT; in serial_test_tp_attach_query()
/tools/perf/util/
A Dtp_pmu.c100 return pmu->type == PERF_TYPE_TRACEPOINT; in perf_pmu__is_tracepoint()
A Dperf_event_attr_fprintf.c85 ENUM_ID_TO_STR_CASE(PERF_TYPE_TRACEPOINT) in stringify_perf_type_id()
258 case PERF_TYPE_TRACEPOINT: in __p_config_id()
A Dtrace-event-info.c512 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT) in get_tracepoints_path()
547 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in have_tracepoints()
A Devsel_fprintf.c86 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in evsel__fprintf()
A Dprint-events.c124 PERF_TYPE_TRACEPOINT, in print_sdt_events()
A Dsort.c1136 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in sort__trace_cmp()
1153 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in hist_entry__trace_snprintf()
3410 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_dynamic_fields()
3430 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_matching_fields()
3490 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()
3509 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()
3853 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in get_default_sort_order()
A Ddata-convert-bt.c834 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in process_sample_event()
1182 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_event()
A Devlist.c331 if ((evsel->core.attr.type == PERF_TYPE_TRACEPOINT) && in evlist__find_tracepoint_by_name()
1083 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__set_tp_filter()
1103 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__append_tp_filter()
A Dparse-events.c90 [PERF_TYPE_TRACEPOINT] = "tracepoint",
2576 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT && is_possible_tp_filter(str)) { in set_filter()
2641 if (evsel == NULL || evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_exclude_perf_filter()
A Dpmu.c1197 PERF_TYPE_TRACEPOINT in wellknown_pmu_type()
2241 case PERF_TYPE_TRACEPOINT: return true; in perf_pmu__is_software()
A Devsel.c582 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx()
639 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evsel__tp_format()
925 case PERF_TYPE_TRACEPOINT: in evsel__name()
A Dpython.c293 return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT; in is_tracepoint()
/tools/lib/perf/tests/
A Dtest-evlist.c221 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread()
331 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
/tools/include/uapi/linux/
A Dperf_event.h32 PERF_TYPE_TRACEPOINT = 2, enumerator
/tools/perf/tests/
A Dparse-events.c89 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint()
105 PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint_multi()
634 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT != evsel->core.attr.type); in test__checkevent_list()
635 while (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in test__checkevent_list()
648 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_list()
982 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in test__group3()
/tools/perf/util/scripting-engines/
A Dtrace-event-perl.c362 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perl_process_tracepoint()
A Dtrace-event-python.c1506 case PERF_TYPE_TRACEPOINT: in python_process_event()
/tools/kvm/kvm_stat/
A Dkvm_stat426 self.type = PERF_TYPE_TRACEPOINT
431 PERF_TYPE_TRACEPOINT = 2
/tools/bpf/bpftool/
A Dlink.c28 [PERF_TYPE_TRACEPOINT] = "tracepoint",

Completed in 73 milliseconds

12