Home
last modified time | relevance | path

Searched refs:PERF_TYPE_TRACEPOINT (Results 1 – 25 of 32) sorted by relevance

12

/linux/tools/testing/selftests/user_events/
H A Dperf_test.c159 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F()
221 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F()
/linux/tools/perf/
H A Dbuiltin-evlist.c55 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
H A Ddesign.txt88 PERF_TYPE_TRACEPOINT = 2,
147 Counters of the type PERF_TYPE_TRACEPOINT are available when the ftrace event
H A Dbuiltin-script.c260 [PERF_TYPE_TRACEPOINT] = {
670 !output[PERF_TYPE_TRACEPOINT].user_set) { in perf_session__check_output_opt()
671 j = PERF_TYPE_TRACEPOINT; in perf_session__check_output_opt()
3086 type = PERF_TYPE_TRACEPOINT; in parse_output_fields()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtask_fd_query_tp.c37 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
H A Dtp_attach_query.c36 attr.type = PERF_TYPE_TRACEPOINT; in serial_test_tp_attach_query()
/linux/tools/perf/util/
H A Dperf_event_attr_fprintf.c88 ENUM_ID_TO_STR_CASE(PERF_TYPE_TRACEPOINT) in stringify_perf_type_id()
240 case PERF_TYPE_TRACEPOINT:
H A Dtrace-event-info.c512 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 Devsel_fprintf.c85 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in evsel__fprintf()
H A Devlist.c366 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT && in evlist__find_tracepoint_by_id()
379 if ((evsel->core.attr.type == PERF_TYPE_TRACEPOINT) && in evlist__find_tracepoint_by_name()
1131 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__set_tp_filter()
1151 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evlist__append_tp_filter()
H A Dsort.c969 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in sort__trace_cmp()
986 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in hist_entry__trace_snprintf()
3159 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT)
3177 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in add_all_matching_fields()
3233 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()
3252 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_dynamic_entry()
3536 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in get_default_sort_order()
H A Ddata-convert-bt.c833 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in process_sample_event()
1180 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in add_event()
H A Dparse-events.c145 case PERF_TYPE_TRACEPOINT: in event_type()
2422 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in set_filter()
2468 if (evsel == NULL || evsel->core.attr.type != PERF_TYPE_TRACEPOINT) { in add_exclude_perf_filter()
H A Devsel.c464 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx()
777 case PERF_TYPE_TRACEPOINT: in evsel__name()
H A Dpython.c481 return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT; in tracepoint_field()
/linux/tools/testing/selftests/bpf/
H A Dget_cgroup_id_user.c106 attr.type = PERF_TYPE_TRACEPOINT; in main()
/linux/tools/lib/perf/tests/
H A Dtest-evlist.c221 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread()
331 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
/linux/samples/bpf/
H A Dtask_fd_query_user.c266 attr.type = PERF_TYPE_TRACEPOINT; in test_debug_fs_uprobe()
/linux/tools/perf/tests/
H A Dparse-events.c91 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()
640 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT != evsel->core.attr.type); in test__checkevent_pmu()
641 while (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) {
654 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_list()
991 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT) { in test__group3()
/linux/include/uapi/linux/
H A Dperf_event.h32 PERF_TYPE_TRACEPOINT = 2, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h32 PERF_TYPE_TRACEPOINT = 2, enumerator
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c362 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in perl_process_tracepoint()
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat426 self.type = PERF_TYPE_TRACEPOINT
431 PERF_TYPE_TRACEPOINT = 2 variable
/linux/kernel/trace/
H A Dbpf_trace.c2330 if (event->attr.type != PERF_TYPE_TRACEPOINT) in perf_event_query_prog_array()
2518 event->attr.type == PERF_TYPE_TRACEPOINT); in bpf_get_perf_event_info()
2524 event->attr.type == PERF_TYPE_TRACEPOINT); in bpf_get_perf_event_info()
/linux/tools/bpf/bpftool/
H A Dlink.c28 [PERF_TYPE_TRACEPOINT] = "tracepoint",

12