HomeSort by relevance Sort by last modified time
    Searched refs:perf_probe_event (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/util/
probe-event.h 67 struct perf_probe_event { struct
102 struct perf_probe_event *pev);
105 extern char *synthesize_perf_probe_command(struct perf_probe_event *pev);
110 /* Check the perf_probe_event needs debuginfo */
111 extern bool perf_probe_event_need_dwarf(struct perf_probe_event *pev);
114 extern void clear_perf_probe_event(struct perf_probe_event *pev);
122 extern int add_perf_probe_events(struct perf_probe_event *pevs, int npevs,
128 extern int show_available_vars(struct perf_probe_event *pevs, int npevs,
probe-finder.h 19 /* 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,
32 extern int find_available_vars_at(int fd, struct perf_probe_event *pev,
52 struct perf_probe_event *pev; /* Target probe event */
probe-event.c 217 /* Try to find perf_probe_event with debuginfo */
218 static int try_to_find_probe_trace_events(struct perf_probe_event *pev,
451 static int show_available_vars_at(int fd, struct perf_probe_event *pev,
503 int show_available_vars(struct perf_probe_event *pevs, int npevs,
549 static int try_to_find_probe_trace_events(struct perf_probe_event *pev,
566 int show_available_vars(struct perf_probe_event *pevs __unused,
682 static int parse_perf_probe_point(char *arg, struct perf_probe_event *pev)
934 int parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev)
976 /* Return true if this perf_probe_event requires debuginfo */
977 bool perf_probe_event_need_dwarf(struct perf_probe_event *pev
    [all...]
probe-finder.c     [all...]
  /external/linux-tools-perf/
builtin-probe.c 61 struct perf_probe_event events[MAX_PROBES];
72 struct perf_probe_event *pev = &params.events[params.nevents];
148 struct perf_probe_event *pev = &params.events[params.nevents];

Completed in 314 milliseconds