Home
last modified time | relevance | path

Searched refs:is_tracepoint (Results 1 – 24 of 24) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dbreakpoint.h1391 (const struct event_location *location, bool is_tracepoint);
1694 extern bool is_tracepoint (const struct breakpoint *b);
1739 { return is_tracepoint (b); } in operator()
H A Dbreakpoint.c1201 if (is_tracepoint (b)) in validate_commands_for_breakpoint()
6338 if (is_tracepoint (b))
6913 if (is_tracepoint (loc1->owner) && is_tracepoint (loc2->owner))
6946 else if (is_tracepoint (loc1->owner) || is_tracepoint (loc2->owner))
7614 || (is_tracepoint (b)))
8241 if (is_tracepoint (b))
9352 bool is_tracepoint)
9354 if (is_tracepoint)
9374 bool is_tracepoint)
12079 || is_tracepoint (b))
[all …]
H A DChangeLog-20104025 (is_tracepoint): Handle static tracepoints.
7908 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7916 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7917 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
H A DChangeLog-20114455 is_tracepoint.
4456 (is_tracepoint): Adjust.
H A DChangeLog-20197744 (is_tracepoint): Likewise.
7756 (is_tracepoint): Likewise.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/mi/
H A Dmi-cmd-break.c321 if (is_tracepoint (b)) in mi_cmd_break_commands()
/dports/devel/gdb761/gdb-7.6.1/gdb/mi/
H A Dmi-cmd-break.c340 if (is_tracepoint (b)) in mi_cmd_break_commands()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dbreakpoint.c566 if (is_tracepoint (B))
1129 if (is_tracepoint (b)) in validate_commands_for_breakpoint()
1319 (is_tracepoint (b) in do_map_commands_command()
6177 if (is_tracepoint (b)) in print_one_breakpoint_location()
6733 if (is_tracepoint (loc1->owner) && is_tracepoint (loc2->owner)) in tracepoint_locations_match()
6763 else if (is_tracepoint (loc1->owner) || is_tracepoint (loc2->owner)) in breakpoint_locations_match()
7421 || (is_tracepoint (b))) in disable_breakpoints_in_shlibs()
7466 || is_tracepoint (b)) in disable_breakpoints_in_unloaded_shlib()
8438 if (is_tracepoint (b)) in install_breakpoint()
12609 || is_tracepoint (b)) in update_global_location_list()
[all …]
H A Dbreakpoint.h1522 extern int is_tracepoint (const struct breakpoint *b);
H A DChangeLog-20104025 (is_tracepoint): Handle static tracepoints.
7908 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7916 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7917 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
H A DChangeLog-20114455 is_tracepoint.
4456 (is_tracepoint): Adjust.
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/trace/
H A Dbpf_trace.c1868 bool is_tracepoint, is_syscall_tp; in bpf_get_perf_event_info() local
1882 is_tracepoint = flags & TRACE_EVENT_FL_TRACEPOINT; in bpf_get_perf_event_info()
1885 if (is_tracepoint || is_syscall_tp) { in bpf_get_perf_event_info()
1886 *buf = is_tracepoint ? event->tp_event->tp->name in bpf_get_perf_event_info()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/trace/
H A Dbpf_trace.c1868 bool is_tracepoint, is_syscall_tp; in bpf_get_perf_event_info() local
1882 is_tracepoint = flags & TRACE_EVENT_FL_TRACEPOINT; in bpf_get_perf_event_info()
1885 if (is_tracepoint || is_syscall_tp) { in bpf_get_perf_event_info()
1886 *buf = is_tracepoint ? event->tp_event->tp->name in bpf_get_perf_event_info()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/trace/
H A Dbpf_trace.c1868 bool is_tracepoint, is_syscall_tp; in bpf_get_perf_event_info() local
1882 is_tracepoint = flags & TRACE_EVENT_FL_TRACEPOINT; in bpf_get_perf_event_info()
1885 if (is_tracepoint || is_syscall_tp) { in bpf_get_perf_event_info()
1886 *buf = is_tracepoint ? event->tp_event->tp->name in bpf_get_perf_event_info()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dbreakpoint.h1211 extern int is_tracepoint (const struct breakpoint *b);
H A Dbreakpoint.c385 if (is_tracepoint (B))
716 if (is_tracepoint (b)) in validate_commands_for_breakpoint()
892 (is_tracepoint (b) in do_map_commands_command()
3869 if (is_tracepoint (b)) in bpstat_check_location()
4984 if (is_tracepoint (b)) in print_one_breakpoint_location()
5162 || is_tracepoint (b) in user_settable_breakpoint()
6149 || (is_tracepoint (b))) in disable_breakpoints_in_shlibs()
10376 || is_tracepoint (b)) in update_global_location_list()
11261 if (is_tracepoint (b)) in set_ignore_count()
12138 if (is_tracepoint (b) in delete_trace_command()
[all …]
H A DChangeLog-20104025 (is_tracepoint): Handle static tracepoints.
7908 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7916 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7917 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
/dports/devel/gdb/gdb-11.1/gdb/mi/
H A Dmi-cmd-break.c576 if (is_tracepoint (b)) in mi_cmd_break_commands()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dpython.c397 static bool is_tracepoint(struct pyrf_event *pevent) in is_tracepoint() function
470 if (is_tracepoint(pevent)) in pyrf_sample_event__getattro()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dpython.c397 static bool is_tracepoint(struct pyrf_event *pevent) in is_tracepoint() function
470 if (is_tracepoint(pevent)) in pyrf_sample_event__getattro()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dpython.c397 static bool is_tracepoint(struct pyrf_event *pevent) in is_tracepoint() function
470 if (is_tracepoint(pevent)) in pyrf_sample_event__getattro()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/events/
H A Dcore.c10007 bool is_kprobe, is_tracepoint, is_syscall_tp; in perf_event_set_bpf_prog() local
10015 is_tracepoint = event->tp_event->flags & TRACE_EVENT_FL_TRACEPOINT; in perf_event_set_bpf_prog()
10017 if (!is_kprobe && !is_tracepoint && !is_syscall_tp) in perf_event_set_bpf_prog()
10026 (is_tracepoint && prog->type != BPF_PROG_TYPE_TRACEPOINT) || in perf_event_set_bpf_prog()
10040 if (is_tracepoint || is_syscall_tp) { in perf_event_set_bpf_prog()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/events/
H A Dcore.c10007 bool is_kprobe, is_tracepoint, is_syscall_tp; in perf_event_set_bpf_prog() local
10015 is_tracepoint = event->tp_event->flags & TRACE_EVENT_FL_TRACEPOINT; in perf_event_set_bpf_prog()
10017 if (!is_kprobe && !is_tracepoint && !is_syscall_tp) in perf_event_set_bpf_prog()
10026 (is_tracepoint && prog->type != BPF_PROG_TYPE_TRACEPOINT) || in perf_event_set_bpf_prog()
10040 if (is_tracepoint || is_syscall_tp) { in perf_event_set_bpf_prog()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/events/
H A Dcore.c10007 bool is_kprobe, is_tracepoint, is_syscall_tp; in perf_event_set_bpf_prog() local
10015 is_tracepoint = event->tp_event->flags & TRACE_EVENT_FL_TRACEPOINT; in perf_event_set_bpf_prog()
10017 if (!is_kprobe && !is_tracepoint && !is_syscall_tp) in perf_event_set_bpf_prog()
10026 (is_tracepoint && prog->type != BPF_PROG_TYPE_TRACEPOINT) || in perf_event_set_bpf_prog()
10040 if (is_tracepoint || is_syscall_tp) { in perf_event_set_bpf_prog()