/linux-6.1.9/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 | 244 [PERF_TYPE_TRACEPOINT] = { 636 !output[PERF_TYPE_TRACEPOINT].user_set) { in perf_session__check_output_opt() 637 j = PERF_TYPE_TRACEPOINT; in perf_session__check_output_opt() 2995 type = PERF_TYPE_TRACEPOINT; in parse_output_fields()
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | task_fd_query_tp.c | 32 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
|
D | tp_attach_query.c | 31 attr.type = PERF_TYPE_TRACEPOINT; in serial_test_tp_attach_query()
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | get_cgroup_id_user.c | 101 attr.type = PERF_TYPE_TRACEPOINT; in main()
|
/linux-6.1.9/tools/perf/util/ |
D | print-events.c | 138 event_type_descriptors[PERF_TYPE_TRACEPOINT]); in print_tracepoint_events() 156 event_type_descriptors[PERF_TYPE_TRACEPOINT]); in print_tracepoint_events()
|
D | trace-event-info.c | 507 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT) in get_tracepoints_path() 542 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in have_tracepoints()
|
D | evsel_fprintf.c | 80 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in evsel__fprintf()
|
D | evlist.c | 356 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT && in evlist__find_tracepoint_by_id() 369 if ((evsel->core.attr.type == PERF_TYPE_TRACEPOINT) && in evlist__find_tracepoint_by_name() 1109 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__set_tp_filter() 1129 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__append_tp_filter()
|
D | sort.c | 778 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() 2761 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_dynamic_fields() 2779 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_matching_fields() 2840 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_dynamic_entry() 3116 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in get_default_sort_order()
|
D | data-convert-bt.c | 829 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in process_sample_event() 1176 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_event()
|
D | parse-events.c | 200 case PERF_TYPE_TRACEPOINT: in event_type() 2506 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in set_filter() 2555 if (evsel == NULL || evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_exclude_perf_filter()
|
D | evsel.c | 493 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx() 799 case PERF_TYPE_TRACEPOINT: in evsel__name()
|
D | python.c | 422 return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT; in is_tracepoint()
|
/linux-6.1.9/tools/testing/selftests/user_events/ |
D | perf_test.c | 137 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F()
|
/linux-6.1.9/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.1.9/samples/bpf/ |
D | task_fd_query_user.c | 266 attr.type = PERF_TYPE_TRACEPOINT; in test_debug_fs_uprobe()
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | perf_event.h | 32 PERF_TYPE_TRACEPOINT = 2, enumerator
|
/linux-6.1.9/include/uapi/linux/ |
D | perf_event.h | 32 PERF_TYPE_TRACEPOINT = 2, enumerator
|
/linux-6.1.9/tools/perf/tests/ |
D | parse-events.c | 55 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()
|
/linux-6.1.9/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 356 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perl_process_tracepoint()
|
D | trace-event-python.c | 1466 case PERF_TYPE_TRACEPOINT: in python_process_event()
|
/linux-6.1.9/kernel/trace/ |
D | bpf_trace.c | 2189 if (event->attr.type != PERF_TYPE_TRACEPOINT) in perf_event_query_prog_array() 2367 event->attr.type == PERF_TYPE_TRACEPOINT); in bpf_get_perf_event_info() 2373 event->attr.type == PERF_TYPE_TRACEPOINT); in bpf_get_perf_event_info()
|
/linux-6.1.9/tools/kvm/kvm_stat/ |
D | kvm_stat | 426 self.type = PERF_TYPE_TRACEPOINT 431 PERF_TYPE_TRACEPOINT = 2 variable
|