Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dprobe-event.c423 struct perf_probe_event *pev, in get_alternative_probe_event()
875 static int post_process_probe_trace_events(struct perf_probe_event *pev, in post_process_probe_trace_events()
899 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events()
1137 struct perf_probe_event *pev, in show_available_vars_at()
1244 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, in try_to_find_probe_trace_events()
1401 static int parse_perf_probe_event_name(char **arg, struct perf_probe_event *pev) in parse_perf_probe_event_name()
1433 static int parse_perf_probe_point(char *arg, struct perf_probe_event *pev) in parse_perf_probe_point()
1757 int parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev) in parse_perf_probe_command()
1810 bool perf_probe_with_var(struct perf_probe_event *pev) in perf_probe_with_var()
1823 bool perf_probe_event_need_dwarf(struct perf_probe_event *pev) in perf_probe_event_need_dwarf()
[all …]
Dbpf-loader.c70 struct perf_probe_event pev; member
283 struct perf_probe_event *pev; in close_prologue_programs() local
379 prog_config__exec(const char *value, struct perf_probe_event *pev) in prog_config__exec()
389 prog_config__module(const char *value, struct perf_probe_event *pev) in prog_config__module()
463 struct perf_probe_event *pev) in do_prog_config()
485 parse_prog_config_kvpair(const char *config_str, struct perf_probe_event *pev) in parse_prog_config_kvpair()
527 bool *is_tp, struct perf_probe_event *pev) in parse_prog_config()
564 struct perf_probe_event *pev = NULL; in config_bpf_program() local
662 struct perf_probe_event *pev; in preproc_gen_prologue() local
764 static int map_prologue(struct perf_probe_event *pev, int *mapping, in map_prologue()
[all …]
Dprobe-file.h14 struct perf_probe_event pev; member
Dprobe-file.c402 probe_cache_entry__new(struct perf_probe_event *pev) in probe_cache_entry__new()
640 probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev) in probe_cache__find()
691 struct perf_probe_event *pev, in probe_cache__add_entry()
Dprobe-finder.h68 struct perf_probe_event *pev; /* Target probe event */ member
Dprobe-finder.c1427 static int fill_empty_trace_arg(struct perf_probe_event *pev, in fill_empty_trace_arg()
1470 struct perf_probe_event *pev, in debuginfo__find_trace_events()
1640 struct perf_probe_event *pev, in debuginfo__find_available_vars_at()
/linux-6.1.9/tools/perf/arch/powerpc/util/
Dsym-handling.c78 void arch__fix_tev_from_maps(struct perf_probe_event *pev, in arch__fix_tev_from_maps()
118 void arch__post_process_probe_trace_events(struct perf_probe_event *pev, in arch__post_process_probe_trace_events()
/linux-6.1.9/arch/loongarch/kernel/
Dperf_event.c595 static unsigned int loongarch_pmu_perf_event_encode(const struct loongarch_perf_event *pev) in loongarch_pmu_perf_event_encode()
602 const struct loongarch_perf_event *pev; in loongarch_pmu_map_general_event() local
615 const struct loongarch_perf_event *pev; in loongarch_pmu_map_cache_event() local
752 const struct loongarch_perf_event *pev; in __hw_perf_event_init() local
/linux-6.1.9/tools/perf/
Dbuiltin-probe.c55 struct perf_probe_event *pev = &params.events[params.nevents]; in parse_probe_event() local
256 struct perf_probe_event *pev = &params.events[params.nevents]; in opt_show_vars() local
366 struct perf_probe_event *pev = &pevs[i]; in perf_add_probe_events() local
/linux-6.1.9/arch/mips/kernel/
Dperf_event_mipsxx.c700 static unsigned int mipspmu_perf_event_encode(const struct mips_perf_event *pev) in mipspmu_perf_event_encode()
734 const struct mips_perf_event *pev; in mipspmu_map_cache_event() local
1475 const struct mips_perf_event *pev; in __hw_perf_event_init() local
/linux-6.1.9/arch/x86/kernel/
Dkgdb.c184 struct perf_event * __percpu *pev; member