/linux-6.12.1/tools/testing/selftests/user_events/ |
D | perf_test.c | 159 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F() 221 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F()
|
/linux-6.12.1/tools/perf/ |
D | builtin-evlist.c | 55 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
|
D | design.txt | 88 PERF_TYPE_TRACEPOINT = 2, 147 Counters of the type PERF_TYPE_TRACEPOINT are available when the ftrace event
|
D | builtin-script.c | 263 [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/ |
D | task_fd_query_tp.c | 37 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
|
D | tp_attach_query.c | 36 attr.type = PERF_TYPE_TRACEPOINT; in serial_test_tp_attach_query()
|
/linux-6.12.1/tools/perf/util/ |
D | perf_event_attr_fprintf.c | 88 ENUM_ID_TO_STR_CASE(PERF_TYPE_TRACEPOINT) in stringify_perf_type_id() 240 case PERF_TYPE_TRACEPOINT: in __p_config_id()
|
D | trace-event-info.c | 512 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT) in get_tracepoints_path() 547 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in have_tracepoints()
|
D | evsel_fprintf.c | 85 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in evsel__fprintf()
|
D | evlist.c | 370 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()
|
D | sort.c | 969 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()
|
D | data-convert-bt.c | 833 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in process_sample_event() 1180 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_event()
|
D | parse-events.c | 143 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()
|
D | python.c | 321 return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT; in is_tracepoint()
|
D | evsel.c | 468 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx() 781 case PERF_TYPE_TRACEPOINT: in evsel__name()
|
D | pmu.c | 1948 case PERF_TYPE_TRACEPOINT: return true; in perf_pmu__is_software()
|
/linux-6.12.1/tools/lib/perf/tests/ |
D | test-evlist.c | 221 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread() 331 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
|
/linux-6.12.1/tools/perf/tests/ |
D | parse-events.c | 91 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/ |
D | task_fd_query_user.c | 266 attr.type = PERF_TYPE_TRACEPOINT; in test_debug_fs_uprobe()
|
/linux-6.12.1/include/uapi/linux/ |
D | perf_event.h | 32 PERF_TYPE_TRACEPOINT = 2, enumerator
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | perf_event.h | 32 PERF_TYPE_TRACEPOINT = 2, enumerator
|
/linux-6.12.1/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 362 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perl_process_tracepoint()
|
/linux-6.12.1/tools/kvm/kvm_stat/ |
D | kvm_stat | 426 self.type = PERF_TYPE_TRACEPOINT 431 PERF_TYPE_TRACEPOINT = 2 variable
|
/linux-6.12.1/kernel/trace/ |
D | bpf_trace.c | 2243 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/ |
D | link.c | 28 [PERF_TYPE_TRACEPOINT] = "tracepoint",
|