Searched refs:PERF_TYPE_TRACEPOINT (Results 1 – 25 of 29) sorted by relevance
12
| /tools/perf/ |
| A D | builtin-evlist.c | 55 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
|
| A D | design.txt | 88 PERF_TYPE_TRACEPOINT = 2, 147 Counters of the type PERF_TYPE_TRACEPOINT are available when the ftrace event
|
| A D | builtin-script.c | 266 [PERF_TYPE_TRACEPOINT] = { 699 !output[PERF_TYPE_TRACEPOINT].user_set) { in perf_session__check_output_opt() 700 j = PERF_TYPE_TRACEPOINT; in perf_session__check_output_opt() 3035 type = PERF_TYPE_TRACEPOINT; in parse_output_fields()
|
| /tools/testing/selftests/user_events/ |
| A D | perf_test.c | 159 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F() 221 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | task_fd_query_tp.c | 37 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
|
| A D | tp_attach_query.c | 36 attr.type = PERF_TYPE_TRACEPOINT; in serial_test_tp_attach_query()
|
| /tools/perf/util/ |
| A D | tp_pmu.c | 100 return pmu->type == PERF_TYPE_TRACEPOINT; in perf_pmu__is_tracepoint()
|
| 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()
|
| 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()
|
| A D | evsel_fprintf.c | 86 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in evsel__fprintf()
|
| A D | print-events.c | 124 PERF_TYPE_TRACEPOINT, in print_sdt_events()
|
| A D | sort.c | 1136 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in sort__trace_cmp() 1153 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in hist_entry__trace_snprintf() 3410 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_dynamic_fields() 3430 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_matching_fields() 3490 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_dynamic_entry() 3509 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_dynamic_entry() 3853 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in get_default_sort_order()
|
| A D | data-convert-bt.c | 834 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in process_sample_event() 1182 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_event()
|
| A D | evlist.c | 331 if ((evsel->core.attr.type == PERF_TYPE_TRACEPOINT) && in evlist__find_tracepoint_by_name() 1083 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__set_tp_filter() 1103 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__append_tp_filter()
|
| A D | parse-events.c | 90 [PERF_TYPE_TRACEPOINT] = "tracepoint", 2576 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT && is_possible_tp_filter(str)) { in set_filter() 2641 if (evsel == NULL || evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_exclude_perf_filter()
|
| A D | pmu.c | 1197 PERF_TYPE_TRACEPOINT in wellknown_pmu_type() 2241 case PERF_TYPE_TRACEPOINT: return true; in perf_pmu__is_software()
|
| A D | evsel.c | 582 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx() 639 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evsel__tp_format() 925 case PERF_TYPE_TRACEPOINT: in evsel__name()
|
| A D | python.c | 293 return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT; in is_tracepoint()
|
| /tools/lib/perf/tests/ |
| A D | test-evlist.c | 221 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread() 331 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
|
| /tools/include/uapi/linux/ |
| A D | perf_event.h | 32 PERF_TYPE_TRACEPOINT = 2, enumerator
|
| /tools/perf/tests/ |
| A D | parse-events.c | 89 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint() 105 PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint_multi() 634 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT != evsel->core.attr.type); in test__checkevent_list() 635 while (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in test__checkevent_list() 648 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_list() 982 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in test__group3()
|
| /tools/perf/util/scripting-engines/ |
| A D | trace-event-perl.c | 362 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perl_process_tracepoint()
|
| A D | trace-event-python.c | 1506 case PERF_TYPE_TRACEPOINT: in python_process_event()
|
| /tools/kvm/kvm_stat/ |
| A D | kvm_stat | 426 self.type = PERF_TYPE_TRACEPOINT 431 PERF_TYPE_TRACEPOINT = 2
|
| /tools/bpf/bpftool/ |
| A D | link.c | 28 [PERF_TYPE_TRACEPOINT] = "tracepoint",
|
Completed in 73 milliseconds
12