Searched refs:perf_probe_event (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-event.h66 struct perf_probe_event { struct
95 struct perf_probe_event *pev);
98 extern char *synthesize_perf_probe_command(struct perf_probe_event *pev);
103 /* Check the perf_probe_event needs debuginfo */
104 extern bool perf_probe_event_need_dwarf(struct perf_probe_event *pev);
107 extern void clear_perf_probe_event(struct perf_probe_event *pev);
113 extern int add_perf_probe_events(struct perf_probe_event *pevs, int npevs,
H A Dprobe-finder.h19 /* Find probe_trace_events specified by perf_probe_event from debuginfo */
20 extern int find_probe_trace_events(int fd, struct perf_probe_event *pev,
35 struct perf_probe_event *pev; /* Target probe event */
H A Dprobe-event.c156 /* Try to find perf_probe_event with debuginfo */
157 static int try_to_find_probe_trace_events(struct perf_probe_event *pev,
395 static int try_to_find_probe_trace_events(struct perf_probe_event *pev,
479 static int parse_perf_probe_point(char *arg, struct perf_probe_event *pev)
730 int parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev)
772 /* Return true if this perf_probe_event requires debuginfo */
773 bool perf_probe_event_need_dwarf(struct perf_probe_event *pev)
1065 struct perf_probe_event *pev)
1104 void clear_perf_probe_event(struct perf_probe_event *pev)
1236 static int show_perf_probe_event(struct perf_probe_event *pe
[all...]
H A Dprobe-finder.c1082 /* Find probe_trace_events specified by perf_probe_event from debuginfo */
1083 int find_probe_trace_events(int fd, struct perf_probe_event *pev,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-probe.c54 struct perf_probe_event events[MAX_PROBES];
64 struct perf_probe_event *pev = &params.events[params.nevents];

Completed in 60 milliseconds