Searched refs:PERF_TYPE_TRACEPOINT (Results 1 – 24 of 24) sorted by relevance
39 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
88 PERF_TYPE_TRACEPOINT = 2,144 Counters of the type PERF_TYPE_TRACEPOINT are available when the ftrace event
225 [PERF_TYPE_TRACEPOINT] = {581 !output[PERF_TYPE_TRACEPOINT].user_set) { in perf_session__check_output_opt()582 j = PERF_TYPE_TRACEPOINT; in perf_session__check_output_opt()2694 type = PERF_TYPE_TRACEPOINT; in parse_output_fields()
3125 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT &&
32 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
31 attr.type = PERF_TYPE_TRACEPOINT; in test_tp_attach_query()
94 attr.type = PERF_TYPE_TRACEPOINT; in main()
203 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread()312 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
411 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT) in get_tracepoints_path()446 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in have_tracepoints()
79 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in evsel__fprintf()
303 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT && in perf_evlist__find_tracepoint_by_id()318 if ((evsel->core.attr.type == PERF_TYPE_TRACEPOINT) && in perf_evlist__find_tracepoint_by_name()1018 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perf_evlist__set_tp_filter()1038 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perf_evlist__append_tp_filter()
315 case PERF_TYPE_TRACEPOINT: in event_type()2360 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in set_filter()2409 if (evsel == NULL || evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_exclude_perf_filter()2529 event_type_descriptors[PERF_TYPE_TRACEPOINT]); in print_tracepoint_events()2547 event_type_descriptors[PERF_TYPE_TRACEPOINT]); in print_tracepoint_events()
775 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in sort__trace_cmp()792 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in hist_entry__trace_snprintf()2425 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_dynamic_fields()2443 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_matching_fields()2504 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()2762 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in get_default_sort_order()
827 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in process_sample_event()1174 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_event()
450 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx()730 case PERF_TYPE_TRACEPOINT: in evsel__name()
372 return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT; in is_tracepoint()
2335 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) in perf_session__has_traces()
3781 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT && in perf_evlist__prepare_tracepoint_events()
32 PERF_TYPE_TRACEPOINT = 2, enumerator
53 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint()69 PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint_multi()472 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()
356 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perl_process_tracepoint()
1341 case PERF_TYPE_TRACEPOINT: in python_process_event()
358 self.type = PERF_TYPE_TRACEPOINT363 PERF_TYPE_TRACEPOINT = 2 variable
9545 attr.type = PERF_TYPE_TRACEPOINT; in perf_event_open_tracepoint()