Searched refs:PERF_TYPE_TRACEPOINT (Results 1 – 25 of 28) sorted by relevance
12
55 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
88 PERF_TYPE_TRACEPOINT = 2,147 Counters of the type PERF_TYPE_TRACEPOINT are available when the ftrace event
254 [PERF_TYPE_TRACEPOINT] = {663 !output[PERF_TYPE_TRACEPOINT].user_set) { in perf_session__check_output_opt()664 j = PERF_TYPE_TRACEPOINT; in perf_session__check_output_opt()3032 type = PERF_TYPE_TRACEPOINT; in parse_output_fields()
159 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F()221 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F()
37 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
36 attr.type = PERF_TYPE_TRACEPOINT; in serial_test_tp_attach_query()
106 attr.type = PERF_TYPE_TRACEPOINT; in main()
87 ENUM_ID_TO_STR_CASE(PERF_TYPE_TRACEPOINT) in stringify_perf_type_id()239 case PERF_TYPE_TRACEPOINT: in __p_config_id()
511 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT) in get_tracepoints_path()546 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in have_tracepoints()
85 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in evsel__fprintf()
365 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT && in evlist__find_tracepoint_by_id()378 if ((evsel->core.attr.type == PERF_TYPE_TRACEPOINT) && in evlist__find_tracepoint_by_name()1130 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__set_tp_filter()1150 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__append_tp_filter()
921 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in sort__trace_cmp()938 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in hist_entry__trace_snprintf()2954 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_dynamic_fields()2972 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_matching_fields()3028 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()3047 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()3329 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in get_default_sort_order()
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()
143 case PERF_TYPE_TRACEPOINT: in event_type()2359 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in set_filter()2405 if (evsel == NULL || evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_exclude_perf_filter()
463 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx()770 case PERF_TYPE_TRACEPOINT: in evsel__name()
480 return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT; in is_tracepoint()
1819 case PERF_TYPE_TRACEPOINT: return true; in perf_pmu__is_software()
2640 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) in perf_session__has_traces()
221 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread()331 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
32 PERF_TYPE_TRACEPOINT = 2, enumerator
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()630 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT != evsel->core.attr.type); in test__checkevent_list()631 while (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in test__checkevent_list()644 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_list()971 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in test__group3()
362 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perl_process_tracepoint()
1501 case PERF_TYPE_TRACEPOINT: in python_process_event()
426 self.type = PERF_TYPE_TRACEPOINT431 PERF_TYPE_TRACEPOINT = 2 variable
28 [PERF_TYPE_TRACEPOINT] = "tracepoint",