OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf_probe_event
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-event.h
69
struct
perf_probe_event
{
struct
105
struct
perf_probe_event
*pev);
108
extern char *synthesize_perf_probe_command(struct
perf_probe_event
*pev);
113
/* Check the
perf_probe_event
needs debuginfo */
114
extern bool perf_probe_event_need_dwarf(struct
perf_probe_event
*pev);
117
extern void clear_perf_probe_event(struct
perf_probe_event
*pev);
125
extern int add_perf_probe_events(struct
perf_probe_event
*pevs, int npevs,
131
extern int show_available_vars(struct
perf_probe_event
*pevs, int npevs,
probe-finder.h
35
/* Find probe_trace_events specified by
perf_probe_event
from debuginfo */
37
struct
perf_probe_event
*pev,
52
struct
perf_probe_event
*pev,
57
struct
perf_probe_event
*pev; /* Target probe event */
probe-event.c
74
static int convert_name_to_addr(struct
perf_probe_event
*pev,
300
/* Try to find
perf_probe_event
with debuginfo */
301
static int try_to_find_probe_trace_events(struct
perf_probe_event
*pev,
553
struct
perf_probe_event
*pev,
606
int show_available_vars(struct
perf_probe_event
*pevs, int npevs,
649
static int try_to_find_probe_trace_events(struct
perf_probe_event
*pev,
671
int show_available_vars(struct
perf_probe_event
*pevs __maybe_unused,
787
static int parse_perf_probe_point(char *arg, struct
perf_probe_event
*pev)
1039
int parse_perf_probe_command(const char *cmd, struct
perf_probe_event
*pev)
1081
/* Return true if this
perf_probe_event
requires debuginfo *
[
all
...]
probe-finder.c
1187
/* Find probe_trace_events specified by
perf_probe_event
from debuginfo */
1189
struct
perf_probe_event
*pev,
1296
struct
perf_probe_event
*pev,
[
all
...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-probe.c
59
struct
perf_probe_event
events[MAX_PROBES];
70
struct
perf_probe_event
*pev = ¶ms.events[params.nevents];
215
struct
perf_probe_event
*pev = ¶ms.events[params.nevents];
Completed in 3657 milliseconds