Home
last modified time | relevance | path

Searched defs:pev (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/
H A Dsym-handling.c78 void arch__fix_tev_from_maps(struct perf_probe_event *pev, in arch__fix_tev_from_maps() argument
118 void arch__post_process_probe_trace_events(struct perf_probe_event *pev, in arch__post_process_probe_trace_events() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-file.h14 struct perf_probe_event pev; member
H A Dprobe-finder.h68 struct perf_probe_event *pev; /* Target probe event */ member
H A Dprobe-file.c367 probe_cache_entry__new(struct perf_probe_event *pev) in probe_cache_entry__new() argument
605 probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev) in probe_cache__find() argument
655 probe_cache__add_entry(struct probe_cache *pcache, struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs) probe_cache__add_entry() argument
[all...]
H A Dbpf-loader.c42 struct perf_probe_event pev; member
136 prog_config__exec(const char *value, struct perf_probe_event *pev) in prog_config__exec() argument
146 prog_config__module(const char *value, struct perf_probe_event *pev) in prog_config__module() argument
219 do_prog_config(const char *key, const char *value, struct perf_probe_event *pev) do_prog_config() argument
242 parse_prog_config_kvpair(const char *config_str, struct perf_probe_event *pev) parse_prog_config_kvpair() argument
283 parse_prog_config(const char *config_str, const char **p_main_str, bool *is_tp, struct perf_probe_event *pev) parse_prog_config() argument
321 struct perf_probe_event *pev = NULL; config_bpf_program() local
419 struct perf_probe_event *pev; preproc_gen_prologue() local
522 map_prologue(struct perf_probe_event *pev, int *mapping, int *nr_types) map_prologue() argument
569 struct perf_probe_event *pev; hook_load_preprocessor() local
631 struct perf_probe_event *pev; bpf__probe() local
751 struct perf_probe_event *pev; bpf__foreach_event() local
[all...]
H A Dprobe-finder.c1420 fill_empty_trace_arg(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs) fill_empty_trace_arg() argument
1462 debuginfo__find_trace_events(struct debuginfo *dbg, struct perf_probe_event *pev, struct probe_trace_event **tevs) debuginfo__find_trace_events() argument
1632 debuginfo__find_available_vars_at(struct debuginfo *dbg, struct perf_probe_event *pev, struct variable_list **vls) debuginfo__find_available_vars_at() argument
[all...]
H A Dprobe-event.c421 get_alternative_probe_event(struct debuginfo *dinfo, struct perf_probe_event *pev, struct perf_probe_point *tmp) get_alternative_probe_event() argument
867 post_process_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, const char *module, bool uprobe, struct debuginfo *dinfo) post_process_probe_trace_events() argument
891 try_to_find_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs) try_to_find_probe_trace_events() argument
1118 show_available_vars_at(struct debuginfo *dinfo, struct perf_probe_event *pev, struct strfilter *_filter) show_available_vars_at() argument
1226 try_to_find_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs __maybe_unused) try_to_find_probe_trace_events() argument
1383 parse_perf_probe_event_name(char **arg, struct perf_probe_event *pev) parse_perf_probe_event_name() argument
1415 parse_perf_probe_point(char *arg, struct perf_probe_event *pev) parse_perf_probe_point() argument
1739 parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev) parse_perf_probe_command() argument
1792 perf_probe_with_var(struct perf_probe_event *pev) perf_probe_with_var() argument
1805 perf_probe_event_need_dwarf(struct perf_probe_event *pev) perf_probe_event_need_dwarf() argument
2026 synthesize_perf_probe_command(struct perf_probe_event *pev) synthesize_perf_probe_command() argument
2261 convert_to_perf_probe_event(struct probe_trace_event *tev, struct perf_probe_event *pev, bool is_kprobe) convert_to_perf_probe_event() argument
2302 clear_perf_probe_event(struct perf_probe_event *pev) clear_perf_probe_event() argument
2536 perf_probe_event__sprintf(const char *group, const char *event, struct perf_probe_event *pev, const char *module, struct strbuf *result) perf_probe_event__sprintf() argument
2578 show_perf_probe_event(const char *group, const char *event, struct perf_probe_event *pev, const char *module, bool use_stdout) show_perf_probe_event() argument
2617 struct perf_probe_event pev; __show_perf_probe_events() local
2779 probe_trace_event__set_name(struct probe_trace_event *tev, struct perf_probe_event *pev, struct strlist *namelist, bool allow_suffix) probe_trace_event__set_name() argument
2851 __add_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, bool allow_suffix) __add_probe_trace_events() argument
2974 find_probe_trace_events_from_map(struct perf_probe_event *pev, struct probe_trace_event **tevs) find_probe_trace_events_from_map() argument
3139 try_to_find_absolute_address(struct perf_probe_event *pev, struct probe_trace_event **tevs) try_to_find_absolute_address() argument
3280 find_cached_events(struct perf_probe_event *pev, struct probe_trace_event **tevs, const char *target) find_cached_events() argument
3323 find_cached_events_all(struct perf_probe_event *pev, struct probe_trace_event **tevs) find_cached_events_all() argument
3364 find_probe_trace_events_from_cache(struct perf_probe_event *pev, struct probe_trace_event **tevs) find_probe_trace_events_from_cache() argument
3421 convert_to_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs) convert_to_probe_trace_events() argument
3497 struct perf_probe_event *pev; show_probe_trace_events() local
3541 struct perf_probe_event *pev; cleanup_perf_probe_events() local
[all...]
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/util/
H A Dsym-handling.c78 void arch__fix_tev_from_maps(struct perf_probe_event *pev, in arch__fix_tev_from_maps() argument
118 void arch__post_process_probe_trace_events(struct perf_probe_event *pev, in arch__post_process_probe_trace_events() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-file.h14 struct perf_probe_event pev; member
H A Dprobe-finder.h68 struct perf_probe_event *pev; /* Target probe event */ member
H A Dprobe-file.c402 probe_cache_entry__new(struct perf_probe_event *pev) in probe_cache_entry__new() argument
640 probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev) in probe_cache__find() argument
690 probe_cache__add_entry(struct probe_cache *pcache, struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs) probe_cache__add_entry() argument
[all...]
H A Dprobe-finder.c1436 fill_empty_trace_arg(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs) fill_empty_trace_arg() argument
1478 debuginfo__find_trace_events(struct debuginfo *dbg, struct perf_probe_event *pev, struct probe_trace_event **tevs) debuginfo__find_trace_events() argument
1648 debuginfo__find_available_vars_at(struct debuginfo *dbg, struct perf_probe_event *pev, struct variable_list **vls) debuginfo__find_available_vars_at() argument
[all...]
H A Dprobe-event.c431 get_alternative_probe_event(struct debuginfo *dinfo, struct perf_probe_event *pev, struct perf_probe_point *tmp) get_alternative_probe_event() argument
884 post_process_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, const char *module, bool uprobe, struct debuginfo *dinfo) post_process_probe_trace_events() argument
908 try_to_find_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs) try_to_find_probe_trace_events() argument
1146 show_available_vars_at(struct debuginfo *dinfo, struct perf_probe_event *pev, struct strfilter *_filter) show_available_vars_at() argument
1254 try_to_find_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs __maybe_unused) try_to_find_probe_trace_events() argument
1411 parse_perf_probe_event_name(char **arg, struct perf_probe_event *pev) parse_perf_probe_event_name() argument
1443 parse_perf_probe_point(char *arg, struct perf_probe_event *pev) parse_perf_probe_point() argument
1767 parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev) parse_perf_probe_command() argument
1820 perf_probe_with_var(struct perf_probe_event *pev) perf_probe_with_var() argument
1833 perf_probe_event_need_dwarf(struct perf_probe_event *pev) perf_probe_event_need_dwarf() argument
2054 synthesize_perf_probe_command(struct perf_probe_event *pev) synthesize_perf_probe_command() argument
2305 convert_to_perf_probe_event(struct probe_trace_event *tev, struct perf_probe_event *pev, bool is_kprobe) convert_to_perf_probe_event() argument
2346 clear_perf_probe_event(struct perf_probe_event *pev) clear_perf_probe_event() argument
2579 perf_probe_event__sprintf(const char *group, const char *event, struct perf_probe_event *pev, const char *module, struct strbuf *result) perf_probe_event__sprintf() argument
2621 show_perf_probe_event(const char *group, const char *event, struct perf_probe_event *pev, const char *module, bool use_stdout) show_perf_probe_event() argument
2660 struct perf_probe_event pev; __show_perf_probe_events() local
2827 probe_trace_event__set_name(struct probe_trace_event *tev, struct perf_probe_event *pev, struct strlist *namelist, bool allow_suffix) probe_trace_event__set_name() argument
2899 __add_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, bool allow_suffix) __add_probe_trace_events() argument
3033 find_probe_trace_events_from_map(struct perf_probe_event *pev, struct probe_trace_event **tevs) find_probe_trace_events_from_map() argument
3209 try_to_find_absolute_address(struct perf_probe_event *pev, struct probe_trace_event **tevs) try_to_find_absolute_address() argument
3350 find_cached_events(struct perf_probe_event *pev, struct probe_trace_event **tevs, const char *target) find_cached_events() argument
3393 find_cached_events_all(struct perf_probe_event *pev, struct probe_trace_event **tevs) find_cached_events_all() argument
3434 find_probe_trace_events_from_cache(struct perf_probe_event *pev, struct probe_trace_event **tevs) find_probe_trace_events_from_cache() argument
3491 convert_to_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs) convert_to_probe_trace_events() argument
3567 struct perf_probe_event *pev; show_probe_trace_events() local
3622 struct perf_probe_event *pev; show_bootconfig_events() local
3683 struct perf_probe_event *pev; cleanup_perf_probe_events() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/connector/
H A Dproc_filter.c213 int handle_events(int epoll_fd, struct proc_event *pev) in handle_events() argument
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dkgdb.c401 struct perf_event * __percpu *pev; member
H A Dperf_event.c586 static unsigned int loongarch_pmu_perf_event_encode(const struct loongarch_perf_event *pev) in loongarch_pmu_perf_event_encode() argument
593 const struct loongarch_perf_event *pev; in loongarch_pmu_map_general_event() local
606 const struct loongarch_perf_event *pev; in loongarch_pmu_map_cache_event() local
743 const struct loongarch_perf_event *pev; __hw_perf_event_init() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dkgdb.c184 struct perf_event * __percpu *pev; member
[all...]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dkgdb.c459 struct perf_event * __percpu *pev; member
[all...]
H A Dperf_event.c595 static unsigned int loongarch_pmu_perf_event_encode(const struct loongarch_perf_event *pev) in loongarch_pmu_perf_event_encode() argument
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; __hw_perf_event_init() local
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A 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
363 struct perf_probe_event *pev in perf_add_probe_events() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dkgdb.c184 struct perf_event * __percpu *pev; member
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A 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
375 struct perf_probe_event *pev in perf_add_probe_events() local
[all...]
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dperf_event_mipsxx.c700 static unsigned int mipspmu_perf_event_encode(const struct mips_perf_event *pev) in mipspmu_perf_event_encode() argument
734 const struct mips_perf_event *pev; in mipspmu_map_cache_event() local
1541 const struct mips_perf_event *pev; __hw_perf_event_init() local
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dperf_event_mipsxx.c700 static unsigned int mipspmu_perf_event_encode(const struct mips_perf_event *pev) in mipspmu_perf_event_encode() argument
734 const struct mips_perf_event *pev; in mipspmu_map_cache_event() local
1475 const struct mips_perf_event *pev; __hw_perf_event_init() local
[all...]

Completed in 25 milliseconds