Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-evlist.c55 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
Ddesign.txt88 PERF_TYPE_TRACEPOINT = 2,
144 Counters of the type PERF_TYPE_TRACEPOINT are available when the ftrace event
Dbuiltin-script.c235 [PERF_TYPE_TRACEPOINT] = {
620 !output[PERF_TYPE_TRACEPOINT].user_set) { in perf_session__check_output_opt()
621 j = PERF_TYPE_TRACEPOINT; in perf_session__check_output_opt()
2865 type = PERF_TYPE_TRACEPOINT; in parse_output_fields()
Dbuiltin-trace.c3153 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT &&
/tools/testing/selftests/bpf/prog_tests/
Dtask_fd_query_tp.c32 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
Dtp_attach_query.c31 attr.type = PERF_TYPE_TRACEPOINT; in test_tp_attach_query()
/tools/testing/selftests/bpf/
Dget_cgroup_id_user.c98 attr.type = PERF_TYPE_TRACEPOINT; in main()
/tools/lib/perf/tests/
Dtest-evlist.c217 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread()
327 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
/tools/perf/util/
Dtrace-event-info.c411 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT) in get_tracepoints_path()
446 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in have_tracepoints()
Devsel_fprintf.c79 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in evsel__fprintf()
Devlist.c304 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT && in evlist__find_tracepoint_by_id()
317 if ((evsel->core.attr.type == PERF_TYPE_TRACEPOINT) && in evlist__find_tracepoint_by_name()
1072 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__set_tp_filter()
1092 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__append_tp_filter()
Dparse-events.c332 case PERF_TYPE_TRACEPOINT: in event_type()
2486 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in set_filter()
2535 if (evsel == NULL || evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_exclude_perf_filter()
2655 event_type_descriptors[PERF_TYPE_TRACEPOINT]); in print_tracepoint_events()
2673 event_type_descriptors[PERF_TYPE_TRACEPOINT]); in print_tracepoint_events()
Dsort.c778 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in sort__trace_cmp()
795 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in hist_entry__trace_snprintf()
2580 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_dynamic_fields()
2598 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_matching_fields()
2659 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()
2935 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in get_default_sort_order()
Ddata-convert-bt.c827 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in process_sample_event()
1174 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_event()
Dpython.c399 return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT; in is_tracepoint()
Devsel.c458 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx()
760 case PERF_TYPE_TRACEPOINT: in evsel__name()
Dsession.c2359 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) in perf_session__has_traces()
Dheader.c3990 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT && in evlist__prepare_tracepoint_events()
/tools/include/uapi/linux/
Dperf_event.h32 PERF_TYPE_TRACEPOINT = 2, enumerator
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c356 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perl_process_tracepoint()
Dtrace-event-python.c1413 case PERF_TYPE_TRACEPOINT: in python_process_event()
/tools/perf/tests/
Dparse-events.c55 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint()
71 PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint_multi()
474 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_list()
774 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__group3()
/tools/kvm/kvm_stat/
Dkvm_stat358 self.type = PERF_TYPE_TRACEPOINT
363 PERF_TYPE_TRACEPOINT = 2 variable
/tools/lib/bpf/
Dlibbpf.c9404 attr.type = PERF_TYPE_TRACEPOINT; in perf_event_open_tracepoint()