Home
last modified time | relevance | path

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

12

/tools/perf/
Dbuiltin-evlist.c55 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
Ddesign.txt88 PERF_TYPE_TRACEPOINT = 2,
147 Counters of the type PERF_TYPE_TRACEPOINT are available when the ftrace event
Dbuiltin-script.c254 [PERF_TYPE_TRACEPOINT] = {
663 !output[PERF_TYPE_TRACEPOINT].user_set) { in perf_session__check_output_opt()
664 j = PERF_TYPE_TRACEPOINT; in perf_session__check_output_opt()
3032 type = PERF_TYPE_TRACEPOINT; in parse_output_fields()
/tools/testing/selftests/user_events/
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/
Dtask_fd_query_tp.c37 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
Dtp_attach_query.c36 attr.type = PERF_TYPE_TRACEPOINT; in serial_test_tp_attach_query()
/tools/testing/selftests/bpf/
Dget_cgroup_id_user.c106 attr.type = PERF_TYPE_TRACEPOINT; in main()
/tools/perf/util/
Dperf_event_attr_fprintf.c87 ENUM_ID_TO_STR_CASE(PERF_TYPE_TRACEPOINT) in stringify_perf_type_id()
239 case PERF_TYPE_TRACEPOINT: in __p_config_id()
Dtrace-event-info.c511 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT) in get_tracepoints_path()
546 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in have_tracepoints()
Devsel_fprintf.c85 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in evsel__fprintf()
Devlist.c365 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT && in evlist__find_tracepoint_by_id()
378 if ((evsel->core.attr.type == PERF_TYPE_TRACEPOINT) && in evlist__find_tracepoint_by_name()
1130 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__set_tp_filter()
1150 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__append_tp_filter()
Dsort.c921 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in sort__trace_cmp()
938 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in hist_entry__trace_snprintf()
2954 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_dynamic_fields()
2972 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_matching_fields()
3028 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()
3047 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()
3329 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in get_default_sort_order()
Ddata-convert-bt.c833 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in process_sample_event()
1180 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_event()
Dparse-events.c143 case PERF_TYPE_TRACEPOINT: in event_type()
2359 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in set_filter()
2405 if (evsel == NULL || evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_exclude_perf_filter()
Devsel.c463 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx()
770 case PERF_TYPE_TRACEPOINT: in evsel__name()
Dpython.c480 return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT; in is_tracepoint()
Dpmu.c1819 case PERF_TYPE_TRACEPOINT: return true; in perf_pmu__is_software()
Dsession.c2640 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) in perf_session__has_traces()
/tools/lib/perf/tests/
Dtest-evlist.c221 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread()
331 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
/tools/include/uapi/linux/
Dperf_event.h32 PERF_TYPE_TRACEPOINT = 2, enumerator
/tools/perf/tests/
Dparse-events.c91 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint()
107 PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint_multi()
630 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT != evsel->core.attr.type); in test__checkevent_list()
631 while (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in test__checkevent_list()
644 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_list()
971 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in test__group3()
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c362 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perl_process_tracepoint()
Dtrace-event-python.c1501 case PERF_TYPE_TRACEPOINT: in python_process_event()
/tools/kvm/kvm_stat/
Dkvm_stat426 self.type = PERF_TYPE_TRACEPOINT
431 PERF_TYPE_TRACEPOINT = 2 variable
/tools/bpf/bpftool/
Dlink.c28 [PERF_TYPE_TRACEPOINT] = "tracepoint",

12