Home
last modified time | relevance | path

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

/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-trace.c3470 if (evsel->core.attr.type == PERF_TYPE_TRACEPOINT && in trace__handle_event()
/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()
238 case PERF_TYPE_TRACEPOINT: in __p_config_id()
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.c577 .type = PERF_TYPE_TRACEPOINT, in evsel__newtp_idx()
634 if (evsel->core.attr.type != PERF_TYPE_TRACEPOINT) in evsel__tp_format()
916 case PERF_TYPE_TRACEPOINT: in evsel__name()
/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/include/uapi/linux/
H A Dperf_event.h32 PERF_TYPE_TRACEPOINT = 2, enumerator
/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.c2298 if (event->attr.type != PERF_TYPE_TRACEPOINT) in perf_event_query_prog_array()
2486 event->attr.type == PERF_TYPE_TRACEPOINT); in bpf_get_perf_event_info()
2492 event->attr.type == PERF_TYPE_TRACEPOINT); in bpf_get_perf_event_info()
/linux/tools/bpf/bpftool/
H A Dlink.c28 [PERF_TYPE_TRACEPOINT] = "tracepoint",
/linux/tools/lib/bpf/
H A Dlibbpf.c11126 attr.type = PERF_TYPE_TRACEPOINT; in perf_event_kprobe_open_legacy()
11861 attr.type = PERF_TYPE_TRACEPOINT; in perf_event_uprobe_open_legacy()
12477 attr.type = PERF_TYPE_TRACEPOINT; in perf_event_open_tracepoint()
/linux/kernel/events/
H A Dcore.c10450 if (event->attr.type != PERF_TYPE_TRACEPOINT) in perf_tp_event_init()
10769 perf_pmu_register(&perf_tracepoint, "tracepoint", PERF_TYPE_TRACEPOINT); in perf_tp_register()