Home
last modified time | relevance | path

Searched defs:pev (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dprobe-event.c360 struct perf_probe_event *pev, in get_alternative_probe_event()
663 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events()
884 struct perf_probe_event *pev, in show_available_vars_at()
991 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events()
1149 static int parse_perf_probe_point(char *arg, struct perf_probe_event *pev) in parse_perf_probe_point()
1442 int parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev) in parse_perf_probe_command()
1485 bool perf_probe_event_need_dwarf(struct perf_probe_event *pev) in perf_probe_event_need_dwarf()
1959 struct perf_probe_event *pev, bool is_kprobe) in convert_to_perf_probe_event()
1998 void clear_perf_probe_event(struct perf_probe_event *pev) in clear_perf_probe_event()
2160 struct perf_probe_event *pev, in perf_probe_event__sprintf()
[all …]
Dbpf-loader.c34 struct perf_probe_event pev; member
115 struct perf_probe_event *pev = NULL; in config_bpf_program() local
205 struct perf_probe_event *pev; in bpf__probe() local
302 struct perf_probe_event *pev; in bpf__foreach_tev() local
Dprobe-finder.h64 struct perf_probe_event *pev; /* Target probe event */ member
Dprobe-finder.c1251 struct perf_probe_event *pev, in debuginfo__find_trace_events()
1389 struct perf_probe_event *pev, in debuginfo__find_available_vars_at()
/linux-4.4.14/tools/perf/
Dbuiltin-probe.c66 struct perf_probe_event *pev = &params.events[params.nevents]; in parse_probe_event() local
237 struct perf_probe_event *pev = &params.events[params.nevents]; in opt_show_vars() local
335 struct perf_probe_event *pev = &pevs[i]; in perf_add_probe_events() local
/linux-4.4.14/tools/perf/arch/powerpc/util/
Dsym-handling.c70 void arch__fix_tev_from_maps(struct perf_probe_event *pev, in arch__fix_tev_from_maps()
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c663 static unsigned int mipspmu_perf_event_encode(const struct mips_perf_event *pev) in mipspmu_perf_event_encode()
690 const struct mips_perf_event *pev; in mipspmu_map_cache_event() local
1232 const struct mips_perf_event *pev) in check_and_calc_range()
1256 const struct mips_perf_event *pev) in check_and_calc_range()
1265 const struct mips_perf_event *pev; in __hw_perf_event_init() local
/linux-4.4.14/arch/x86/kernel/
Dkgdb.c200 struct perf_event * __percpu *pev; member