Home
last modified time | relevance | path

Searched defs:evsel (Results 226 - 235 of 235) sorted by relevance

12345678910

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-c2c.c2518 struct evsel *evsel; in print_c2c_info() local
275 process_sample_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument
H A Dbuiltin-record.c884 struct evsel *evsel; in record__config_text_poke() local
1379 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument
1858 __record__save_lost_samples(struct record *rec, struct evsel *evsel, struct perf_record_lost_samples *lost, int cpu_idx, int thread_idx, u64 lost_count, u16 misc_flag) __record__save_lost_samples() argument
1884 struct evsel *evsel; record__read_lost_samples() local
[all...]
H A Dbuiltin-sched.c833 replay_wakeup_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine __maybe_unused) replay_wakeup_event() argument
854 replay_switch_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine __maybe_unused) replay_switch_event() argument
1128 latency_switch_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_switch_event() argument
1198 latency_runtime_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_runtime_event() argument
1233 latency_wakeup_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_wakeup_event() argument
1294 latency_migrate_task_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_migrate_task_event() argument
1513 process_sched_wakeup_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_wakeup_event() argument
1566 map_switch_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) map_switch_event() argument
1711 process_sched_switch_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_switch_event() argument
1737 process_sched_runtime_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_runtime_event() argument
1767 process_sched_migrate_task_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_migrate_task_event() argument
1785 perf_sched__process_tracepoint_sample(struct perf_tool *tool __maybe_unused, union perf_event *event __maybe_unused, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_sched__process_tracepoint_sample() argument
1901 evsel__get_runtime(struct evsel *evsel) evsel__get_runtime() argument
1916 evsel__save_time(struct evsel *evsel, u64 timestamp, u32 cpu) evsel__save_time() argument
1942 evsel__get_time(struct evsel *evsel, u32 cpu) evsel__get_time() argument
2048 timehist_print_sample(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct thread *thread, u64 t, int state) timehist_print_sample() argument
2184 is_idle_sample(struct perf_sample *sample, struct evsel *evsel) is_idle_sample() argument
2194 save_task_callchain(struct perf_sched *sched, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) save_task_callchain() argument
2355 timehist_get_thread(struct perf_sched *sched, struct perf_sample *sample, struct machine *machine, struct evsel *evsel) timehist_get_thread() argument
2402 timehist_skip_sample(struct perf_sched *sched, struct thread *thread, struct evsel *evsel, struct perf_sample *sample) timehist_skip_sample() argument
2425 timehist_print_wakeup_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct thread *awakened) timehist_print_wakeup_event() argument
2468 timehist_sched_wakeup_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_sched_wakeup_event() argument
2499 timehist_print_migration_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct thread *migrated) timehist_print_migration_event() argument
2552 timehist_migrate_task_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_migrate_task_event() argument
2580 timehist_sched_change_event(struct perf_tool *tool, union perf_event *event, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_sched_change_event() argument
2708 timehist_sched_switch_event(struct perf_tool *tool, union perf_event *event, struct evsel *evsel, struct perf_sample *sample, struct machine *machine __maybe_unused) timehist_sched_switch_event() argument
2966 perf_timehist__process_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_timehist__process_sample() argument
2993 struct evsel *evsel; timehist_check_attr() local
[all...]
H A Dbuiltin-script.c336 static inline struct evsel_script *evsel_script(struct evsel *evsel) in evsel_script() argument
341 static struct evsel_script *evsel_script__new(struct evsel *evsel, struct perf_data *data) in evsel_script__new() argument
417 static int evsel__do_check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg, in evsel__do_check_stype() argument
447 evsel__check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg, enum perf_output_field field) evsel__check_stype() argument
453 evsel__check_attr(struct evsel *evsel, struct perf_session *session) evsel__check_attr() argument
592 struct evsel *evsel; find_first_output_type() local
611 struct evsel *evsel; perf_session__check_output_opt() local
773 perf_sample__fprintf_start(struct perf_script *script, struct perf_sample *sample, struct thread *thread, struct evsel *evsel, u32 type, FILE *fp) perf_sample__fprintf_start() argument
1408 resolve_branch_sym(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al, u64 *ip) resolve_branch_sym() argument
1438 perf_sample__fprintf_callindent(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al, FILE *fp) perf_sample__fprintf_callindent() argument
1540 perf_sample__fprintf_bts(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al, struct machine *machine, FILE *fp) perf_sample__fprintf_bts() argument
1960 perf_sample__fprintf_synth(struct perf_sample *sample, struct evsel *evsel, FILE *fp) perf_sample__fprintf_synth() argument
1991 struct evsel *evsel; evlist__max_name_len() local
2023 struct evsel *evsel; global() member
2056 perf_sample__fprint_metric(struct perf_script *script, struct thread *thread, struct evsel *evsel, struct perf_sample *sample, FILE *fp) perf_sample__fprint_metric() argument
2095 show_event(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al) show_event() argument
2137 process_event(struct perf_script *script, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al, struct machine *machine) process_event() argument
2348 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument
2440 struct evsel *evsel, *pos; process_attr() local
2509 struct evsel *evsel = evlist__id2evsel(session->evlist, sample->id); print_event_with_time() local
2724 struct evsel *evsel; perf_script__fclose_per_event_dump() local
2736 struct evsel *evsel; perf_script__fopen_per_event_dump() local
2763 struct evsel *evsel; perf_script__setup_per_event_dump() local
2778 struct evsel *evsel; perf_script__exit_per_event_dump_stats() local
[all...]
H A Dbuiltin-trace.c320 static inline struct syscall_tp *__evsel__syscall_tp(struct evsel *evsel) in __evsel__syscall_tp() argument
327 static struct syscall_tp *evsel__syscall_tp(struct evsel *evsel) in evsel__syscall_tp() argument
341 __evsel__syscall_arg_fmt(struct evsel *evsel) __evsel__syscall_arg_fmt() argument
348 evsel__syscall_arg_fmt(struct evsel *evsel) evsel__syscall_arg_fmt() argument
373 evsel__init_tp_uint_field(struct evsel *evsel, struct tp_field *field, const char *name) evsel__init_tp_uint_field() argument
387 evsel__init_tp_ptr_field(struct evsel *evsel, struct tp_field *field, const char *name) evsel__init_tp_ptr_field() argument
401 evsel__delete_priv(struct evsel *evsel) evsel__delete_priv() argument
407 evsel__init_syscall_tp(struct evsel *evsel) evsel__init_syscall_tp() argument
422 evsel__init_augmented_syscall_tp(struct evsel *evsel, struct evsel *tp) evsel__init_augmented_syscall_tp() argument
440 evsel__init_augmented_syscall_tp_args(struct evsel *evsel) evsel__init_augmented_syscall_tp_args() argument
447 evsel__init_augmented_syscall_tp_ret(struct evsel *evsel) evsel__init_augmented_syscall_tp_ret() argument
454 evsel__init_raw_syscall_tp(struct evsel *evsel, void *handler) evsel__init_raw_syscall_tp() argument
469 struct evsel *evsel = evsel__newtp("raw_syscalls", direction); perf_evsel__raw_syscall_newtp() local
1874 evsel__init_tp_arg_scnprintf(struct evsel *evsel) evsel__init_tp_arg_scnprintf() argument
2127 trace__syscall_info(struct trace *trace, struct evsel *evsel, int id) global() argument
2277 trace__fprintf_sample(struct trace *trace, struct evsel *evsel, struct perf_sample *sample, struct thread *thread) global() argument
2328 trace__sys_enter(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2407 trace__fprintf_sys_enter(struct trace *trace, struct evsel *evsel, struct perf_sample *sample) global() argument
2440 trace__resolve_callchain(struct trace *trace, struct evsel *evsel, struct perf_sample *sample, struct callchain_cursor *cursor) global() argument
2470 errno_to_name(struct evsel *evsel, int err) global() argument
2478 trace__sys_exit(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2614 trace__vfs_getname(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2675 trace__sched_stat_runtime(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2737 trace__fprintf_tp_fields(struct trace *trace, struct evsel *evsel, struct perf_sample *sample, struct thread *thread, void *augmented_args, int augmented_args_size) global() argument
2809 trace__event_handler(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2917 trace__pgfault(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2996 trace__set_base_time(struct trace *trace, struct evsel *evsel, struct perf_sample *sample) global() argument
3013 trace__process_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine __maybe_unused) global() argument
3113 struct evsel *evsel, *tmp; global() local
3143 struct evsel *evsel; global() local
3163 struct evsel *evsel; global() local
3174 struct evsel *evsel; global() local
3684 evsel__find_syscall_arg_fmt_by_name(struct evsel *evsel, char *arg) global() argument
3699 trace__expand_filter(struct trace *trace __maybe_unused, struct evsel *evsel) global() argument
3800 struct evsel *evsel; global() local
3818 struct evsel *evsel, *pgfault_maj = NULL, *pgfault_min = NULL; global() local
4122 struct evsel *evsel; global() local
4425 struct evsel *evsel; global() local
4433 evsel__set_syscall_arg_fmt(struct evsel *evsel, const char *name) global() argument
4454 struct evsel *evsel; global() local
4787 struct evsel *evsel; global() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.c1000 symbol__inc_addr_samples(struct map_symbol *ms, struct evsel *evsel, u64 addr, struct perf_sample *sample) symbol__inc_addr_samples() argument
1151 addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, struct evsel *evsel) addr_map_symbol__inc_samples() argument
1157 hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample, struct evsel *evsel, u64 ip) hist_entry__inc_addr_samples() argument
1205 struct evsel *evsel; global() member
1468 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, struct evsel *evsel, u64 len, int min_pcnt, int printed, int max_lines, struct annotation_line *queue, int addr_fmt_width, int percent_type) annotation_line__print() argument
2268 struct evsel *evsel; annotation__calc_percent() local
2295 symbol__calc_percent(struct symbol *sym, struct evsel *evsel) symbol__calc_percent() argument
2302 symbol__annotate(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *options, struct arch **parch) symbol__annotate() argument
2470 symbol__annotate_hits(struct symbol *sym, struct evsel *evsel) symbol__annotate_hits() argument
2496 symbol__annotate_printf(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opts) symbol__annotate_printf() argument
2662 map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opts) map_symbol__annotation_dump() argument
2926 symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opts) symbol__tty_annotate2() argument
2962 symbol__tty_annotate(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opts) symbol__tty_annotate() argument
3242 symbol__annotate2(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *options, struct arch **parch) symbol__annotate2() argument
[all...]
H A Dheader.c503 struct evsel *evsel; in write_event_desc() local
787 struct evsel *evsel; write_group_desc() local
1884 struct evsel *evsel; free_event_desc() local
1933 struct evsel *evsel, *events = NULL; read_event_desc() local
2020 struct evsel *evsel, *events; print_event_desc() local
2191 struct evsel *evsel; print_group_desc() local
2484 struct evsel *evsel; evlist__find_by_index() local
2496 struct evsel *evsel; evlist__set_event_name() local
2515 struct evsel *evsel, *events = read_event_desc(ff); process_event_desc() local
2807 struct evsel *evsel, *leader = NULL; process_group_desc() local
3662 struct evsel *evsel; perf_session__do_write_header() local
3751 struct evsel *evsel; perf_session__data_offset() local
4129 evsel__prepare_tracepoint_event(struct evsel *evsel, struct tep_handle *pevent) evsel__prepare_tracepoint_event() argument
4232 struct evsel *evsel; perf_session__read_header() local
4386 struct evsel *evsel; perf_event__process_attr() local
4425 struct evsel *evsel; perf_event__process_event_update() local
[all...]
H A Dintel-pt.c176 struct evsel *evsel; member
1035 struct evsel *evsel; in intel_pt_exclude_kernel() local
1047 struct evsel *evsel; intel_pt_return_compression() local
1063 struct evsel *evsel; intel_pt_branch_enable() local
1077 struct evsel *evsel; intel_pt_disabled_tnt() local
1090 struct evsel *evsel; intel_pt_mtc_period() local
1109 struct evsel *evsel; intel_pt_timeless_decoding() local
1131 struct evsel *evsel; intel_pt_tracing_kernel() local
1143 struct evsel *evsel; intel_pt_have_tsc() local
1163 struct evsel *evsel; intel_pt_have_mtc() local
1176 struct evsel *evsel; intel_pt_sampling_mode() local
1188 struct evsel *evsel; intel_pt_ctl() local
1219 struct evsel *evsel; intel_pt_callchain_init() local
1257 struct evsel *evsel; intel_pt_br_stack_init() local
2233 intel_pt_do_synth_pebs_sample(struct intel_pt_queue *ptq, struct evsel *evsel, u64 id) intel_pt_do_synth_pebs_sample() argument
2368 struct evsel *evsel = pt->pebs_evsel; intel_pt_synth_single_pebs_sample() local
3216 struct evsel *evsel = evlist__id2evsel(pt->session->evlist, sample->id); intel_pt_process_switch() local
3363 struct evsel *evsel; intel_pt_process_aux_output_hw_id() local
3590 intel_pt_evsel_is_auxtrace(struct perf_session *session, struct evsel *evsel) intel_pt_evsel_is_auxtrace() argument
3701 struct evsel *evsel; intel_pt_set_event_name() local
3716 struct evsel *evsel; intel_pt_evsel() local
3730 struct evsel *evsel = intel_pt_evsel(pt, evlist); intel_pt_synth_events() local
3934 struct evsel *evsel; intel_pt_setup_pebs_events() local
3954 struct evsel *evsel; intel_pt_find_sched_switch() local
3968 struct evsel *evsel; intel_pt_find_switch() local
[all...]
H A Dsort.c892 struct evsel *evsel; in get_trace_output() local
918 struct evsel *evsel; in sort__trace_cmp() local
935 struct evsel *evsel; hist_entry__trace_snprintf() local
2535 struct evsel *evsel; global() member
2776 __alloc_dynamic_entry(struct evsel *evsel, struct tep_format_field *field, int level) __alloc_dynamic_entry() argument
2877 struct evsel *evsel = NULL; find_evsel() local
2915 __dynamic_dimension__add(struct evsel *evsel, struct tep_format_field *field, bool raw_trace, int level) __dynamic_dimension__add() argument
2931 add_evsel_fields(struct evsel *evsel, bool raw_trace, int level) add_evsel_fields() argument
2951 struct evsel *evsel; add_all_dynamic_fields() local
2968 struct evsel *evsel; add_all_matching_fields() local
2991 struct evsel *evsel; add_dynamic_entry() local
3321 struct evsel *evsel; get_default_sort_order() local
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c318 static inline struct syscall_tp *__evsel__syscall_tp(struct evsel *evsel) in __evsel__syscall_tp() argument
325 static struct syscall_tp *evsel__syscall_tp(struct evsel *evsel) in evsel__syscall_tp() argument
339 __evsel__syscall_arg_fmt(struct evsel *evsel) __evsel__syscall_arg_fmt() argument
346 evsel__syscall_arg_fmt(struct evsel *evsel) evsel__syscall_arg_fmt() argument
371 evsel__init_tp_uint_field(struct evsel *evsel, struct tp_field *field, const char *name) evsel__init_tp_uint_field() argument
385 evsel__init_tp_ptr_field(struct evsel *evsel, struct tp_field *field, const char *name) evsel__init_tp_ptr_field() argument
399 evsel__delete_priv(struct evsel *evsel) evsel__delete_priv() argument
405 evsel__init_syscall_tp(struct evsel *evsel) evsel__init_syscall_tp() argument
419 evsel__init_augmented_syscall_tp(struct evsel *evsel, struct evsel *tp) evsel__init_augmented_syscall_tp() argument
437 evsel__init_augmented_syscall_tp_args(struct evsel *evsel) evsel__init_augmented_syscall_tp_args() argument
444 evsel__init_augmented_syscall_tp_ret(struct evsel *evsel) evsel__init_augmented_syscall_tp_ret() argument
451 evsel__init_raw_syscall_tp(struct evsel *evsel, void *handler) evsel__init_raw_syscall_tp() argument
466 struct evsel *evsel = evsel__newtp("raw_syscalls", direction); perf_evsel__raw_syscall_newtp() local
1827 evsel__init_tp_arg_scnprintf(struct evsel *evsel) evsel__init_tp_arg_scnprintf() argument
2080 trace__syscall_info(struct trace *trace, struct evsel *evsel, int id) global() argument
2232 trace__fprintf_sample(struct trace *trace, struct evsel *evsel, struct perf_sample *sample, struct thread *thread) global() argument
2275 trace__sys_enter(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2354 trace__fprintf_sys_enter(struct trace *trace, struct evsel *evsel, struct perf_sample *sample) global() argument
2387 trace__resolve_callchain(struct trace *trace, struct evsel *evsel, struct perf_sample *sample, struct callchain_cursor *cursor) global() argument
2415 errno_to_name(struct evsel *evsel, int err) global() argument
2423 trace__sys_exit(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2557 trace__vfs_getname(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2618 trace__sched_stat_runtime(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2680 trace__fprintf_tp_fields(struct trace *trace, struct evsel *evsel, struct perf_sample *sample, struct thread *thread, void *augmented_args, int augmented_args_size) global() argument
2754 trace__event_handler(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2860 trace__pgfault(struct trace *trace, struct evsel *evsel, union perf_event *event __maybe_unused, struct perf_sample *sample) global() argument
2935 trace__set_base_time(struct trace *trace, struct evsel *evsel, struct perf_sample *sample) global() argument
2952 trace__process_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine __maybe_unused) global() argument
3052 struct evsel *evsel, *tmp; global() local
3086 struct evsel *evsel; global() local
3107 struct evsel *evsel; global() local
3553 struct evsel *evsel, *tmp; global() local
3613 struct evsel *evsel; global() local
3763 evsel__find_syscall_arg_fmt_by_name(struct evsel *evsel, char *arg) global() argument
3778 trace__expand_filter(struct trace *trace __maybe_unused, struct evsel *evsel) global() argument
3879 struct evsel *evsel; global() local
3897 struct evsel *evsel, *pgfault_maj = NULL, *pgfault_min = NULL; global() local
4199 struct evsel *evsel; global() local
4502 struct evsel *evsel; global() local
4510 evsel__set_syscall_arg_fmt(struct evsel *evsel, const char *name) global() argument
4531 struct evsel *evsel; global() local
4836 struct evsel *evsel; global() local
[all...]

Completed in 35 milliseconds

12345678910