| /linux/tools/testing/selftests/user_events/ |
| H A D | perf_test.c | 159 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F() 221 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F()
|
| /linux/tools/perf/ |
| H A D | builtin-evlist.c | 56 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
|
| H A D | design.txt | 88 PERF_TYPE_TRACEPOINT = 2, 147 Counters of the type PERF_TYPE_TRACEPOINT are available when the ftrace event
|
| H A D | builtin-script.c | 266 [PERF_TYPE_TRACEPOINT] = { 691 !output[PERF_TYPE_TRACEPOINT].user_set) { in perf_session__check_output_opt() 692 j = PERF_TYPE_TRACEPOINT; in perf_session__check_output_opt() 3373 type = PERF_TYPE_TRACEPOINT; in parse_output_fields()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | task_fd_query_tp.c | 37 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
|
| H A D | tp_attach_query.c | 36 attr.type = PERF_TYPE_TRACEPOINT; in serial_test_tp_attach_query()
|
| /linux/tools/lib/perf/tests/ |
| H A D | test-evlist.c | 221 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread() 331 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
|
| /linux/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 85 ENUM_ID_TO_STR_CASE(PERF_TYPE_TRACEPOINT) in stringify_perf_type_id() 258 case PERF_TYPE_TRACEPOINT: in __p_config_id()
|
| H A 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()
|
| H A D | tp_pmu.c | 98 return pmu->type == PERF_TYPE_TRACEPOINT; in perf_pmu__is_tracepoint()
|
| H A D | evsel_fprintf.c | 86 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in evsel__fprintf()
|
| H A D | print-events.c | 119 PERF_TYPE_TRACEPOINT, in print_sdt_events()
|
| H A D | sort.c | 1256 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in sort__sym_to_cmp() 1273 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in hist_entry__sym_from_snprintf() 3552 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in __sort_dimension__update() 3572 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in __sort_dimension__update() 3632 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in __hpp_dimension__add() 3651 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { 4008 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in perf_hpp__set_elide()
|
| H A D | evlist.c | 350 if ((evsel->core.attr.type == PERF_TYPE_TRACEPOINT) && in evlist__add_newtp() 1151 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__set_tp_filter() 1171 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__append_tp_filter()
|
| H A D | data-convert-bt.c | 846 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in process_sample_event() 1198 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_event() 1244 bool is_tracepoint = evsel->core.attr.type == PERF_TYPE_TRACEPOINT;
|
| H A D | parse-events.c | 48 [PERF_TYPE_TRACEPOINT] = "tracepoint", 2580 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT && is_possible_tp_filter(str)) { in set_filter() 2645 if (evsel == NULL || evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_exclude_perf_filter()
|
| H A D | pmu.c | 1211 PERF_TYPE_TRACEPOINT in wellknown_pmu_type() 2366 case PERF_TYPE_TRACEPOINT: return true; in perf_pmu__is_software()
|
| H A D | evsel.c | 584 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx() 641 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evsel__tp_format() 928 case PERF_TYPE_TRACEPOINT: in evsel__name()
|
| H A D | python.c | 295 return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT; in is_tracepoint()
|
| /linux/samples/bpf/ |
| H A D | task_fd_query_user.c | 266 attr.type = PERF_TYPE_TRACEPOINT; in test_debug_fs_uprobe()
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 32 PERF_TYPE_TRACEPOINT = 2, enumerator
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 32 PERF_TYPE_TRACEPOINT = 2, enumerator
|
| /linux/tools/perf/tests/ |
| H A D | parse-events.c | 114 TEST_ASSERT_EVSEL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type, evsel); in test__checkevent_tracepoint() 130 PERF_TYPE_TRACEPOINT == evsel->core.attr.type, in test__checkevent_tracepoint_multi() 667 TEST_ASSERT_EVSEL("wrong type", PERF_TYPE_TRACEPOINT != evsel->core.attr.type, evsel); in test__checkevent_list() 668 while (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in test__checkevent_list() 682 TEST_ASSERT_EVSEL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type, evsel); in test__checkevent_list() 1031 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in test__group3()
|
| /linux/tools/kvm/kvm_stat/ |
| H A D | kvm_stat | 426 self.type = PERF_TYPE_TRACEPOINT 431 PERF_TYPE_TRACEPOINT = 2 variable
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 2017 if (event->attr.type != PERF_TYPE_TRACEPOINT) in perf_event_query_prog_array() 2203 event->attr.type == PERF_TYPE_TRACEPOINT); in bpf_get_perf_event_info() 2209 event->attr.type == PERF_TYPE_TRACEPOINT); in bpf_get_perf_event_info()
|