Home
last modified time | relevance | path

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

12

/linux-6.12.1/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()
/linux-6.12.1/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.c263 [PERF_TYPE_TRACEPOINT] = {
679 !output[PERF_TYPE_TRACEPOINT].user_set) { in perf_session__check_output_opt()
680 j = PERF_TYPE_TRACEPOINT; in perf_session__check_output_opt()
3143 type = PERF_TYPE_TRACEPOINT; in parse_output_fields()
/linux-6.12.1/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()
/linux-6.12.1/tools/perf/util/
Dperf_event_attr_fprintf.c88 ENUM_ID_TO_STR_CASE(PERF_TYPE_TRACEPOINT) in stringify_perf_type_id()
240 case PERF_TYPE_TRACEPOINT: in __p_config_id()
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()
Devsel_fprintf.c85 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in evsel__fprintf()
Devlist.c370 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT && in evlist__find_tracepoint_by_id()
383 if ((evsel->core.attr.type == PERF_TYPE_TRACEPOINT) && in evlist__find_tracepoint_by_name()
1136 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__set_tp_filter()
1156 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__append_tp_filter()
Dsort.c969 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in sort__trace_cmp()
986 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in hist_entry__trace_snprintf()
3211 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_dynamic_fields()
3229 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_matching_fields()
3285 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()
3304 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()
3588 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()
2449 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in set_filter()
2495 if (evsel == NULL || evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_exclude_perf_filter()
Dpython.c321 return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT; in is_tracepoint()
Devsel.c468 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx()
781 case PERF_TYPE_TRACEPOINT: in evsel__name()
Dpmu.c1948 case PERF_TYPE_TRACEPOINT: return true; in perf_pmu__is_software()
/linux-6.12.1/tools/lib/perf/tests/
Dtest-evlist.c221 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread()
331 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
/linux-6.12.1/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()
640 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT != evsel->core.attr.type); in test__checkevent_list()
641 while (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in test__checkevent_list()
654 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_list()
991 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in test__group3()
/linux-6.12.1/samples/bpf/
Dtask_fd_query_user.c266 attr.type = PERF_TYPE_TRACEPOINT; in test_debug_fs_uprobe()
/linux-6.12.1/include/uapi/linux/
Dperf_event.h32 PERF_TYPE_TRACEPOINT = 2, enumerator
/linux-6.12.1/tools/include/uapi/linux/
Dperf_event.h32 PERF_TYPE_TRACEPOINT = 2, enumerator
/linux-6.12.1/tools/perf/util/scripting-engines/
Dtrace-event-perl.c362 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perl_process_tracepoint()
/linux-6.12.1/tools/kvm/kvm_stat/
Dkvm_stat426 self.type = PERF_TYPE_TRACEPOINT
431 PERF_TYPE_TRACEPOINT = 2 variable
/linux-6.12.1/kernel/trace/
Dbpf_trace.c2243 if (event->attr.type != PERF_TYPE_TRACEPOINT) in perf_event_query_prog_array()
2431 event->attr.type == PERF_TYPE_TRACEPOINT); in bpf_get_perf_event_info()
2437 event->attr.type == PERF_TYPE_TRACEPOINT); in bpf_get_perf_event_info()
/linux-6.12.1/tools/bpf/bpftool/
Dlink.c28 [PERF_TYPE_TRACEPOINT] = "tracepoint",

12