| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-timechart.c | 555 struct evsel *evsel, in process_sample_event() 578 struct evsel *evsel, in process_sample_cpu_idle() 594 struct evsel *evsel, in process_sample_cpu_frequency() 607 struct evsel *evsel, in process_sample_sched_wakeup() 621 struct evsel *evsel, in process_sample_sched_switch() 637 struct evsel *evsel, in process_sample_power_start() 660 struct evsel *evsel, in process_sample_power_frequency() 843 struct evsel *evsel, in process_enter_read() 853 struct evsel *evsel, in process_exit_read() 863 struct evsel *evsel, in process_enter_write() [all …]
|
| H A D | builtin-lock.c | 400 static int report_lock_acquire_event(struct evsel *evsel, in report_lock_acquire_event() 472 static int report_lock_acquired_event(struct evsel *evsel, in report_lock_acquired_event() 535 static int report_lock_contended_event(struct evsel *evsel, in report_lock_contended_event() 590 static int report_lock_release_event(struct evsel *evsel, in report_lock_release_event() 660 static int evsel__process_lock_acquire(struct evsel *evsel, struct perf_sample *sample) in evsel__process_lock_acquire() 667 static int evsel__process_lock_acquired(struct evsel *evsel, struct perf_sample *sample) in evsel__process_lock_acquired() 674 static int evsel__process_lock_contended(struct evsel *evsel, struct perf_sample *sample) in evsel__process_lock_contended() 681 static int evsel__process_lock_release(struct evsel *evsel, struct perf_sample *sample) in evsel__process_lock_release() 812 struct evsel *evsel, in process_sample_event()
|
| H A D | builtin-sched.c | 812 struct evsel *evsel, struct perf_sample *sample, in replay_wakeup_event() 833 struct evsel *evsel, in replay_switch_event() 1107 struct evsel *evsel, in latency_switch_event() 1177 struct evsel *evsel, in latency_runtime_event() 1212 struct evsel *evsel, in latency_wakeup_event() 1273 struct evsel *evsel, in latency_migrate_task_event() 1485 struct evsel *evsel, in process_sched_wakeup_event() 1529 static int map_switch_event(struct perf_sched *sched, struct evsel *evsel, in map_switch_event() 1670 struct evsel *evsel, in process_sched_switch_event() 1696 struct evsel *evsel, in process_sched_runtime_event() [all …]
|
| H A D | builtin-kvm.c | 67 void exit_event_get_key(struct evsel *evsel, in exit_event_get_key() 75 bool kvm_exit_event(struct evsel *evsel) in kvm_exit_event() 80 bool exit_event_begin(struct evsel *evsel, in exit_event_begin() 91 bool kvm_entry_event(struct evsel *evsel) in kvm_entry_event() 96 bool exit_event_end(struct evsel *evsel, in exit_event_end() 296 struct evsel *evsel, in is_child_event() 406 struct evsel *evsel, in per_vcpu_record() 428 struct evsel *evsel, in handle_kvm_event() 681 struct evsel *evsel, in process_sample_event()
|
| H A D | builtin-script.c | 293 static inline struct evsel_script *evsel_script(struct evsel *evsel) in evsel_script() 298 static struct evsel_script *perf_evsel_script__new(struct evsel *evsel, in perf_evsel_script__new() 382 static int evsel__do_check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg, in evsel__do_check_stype() 412 static int evsel__check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg, in evsel__check_stype() 418 static int evsel__check_attr(struct evsel *evsel, struct perf_session *session) in evsel__check_attr() 534 struct evsel *evsel; in perf_session__check_output_opt() local 695 struct evsel *evsel, in perf_sample__fprintf_start() 1308 struct evsel *evsel, in resolve_branch_sym() 1337 struct evsel *evsel, in perf_sample__fprintf_callindent() 1431 struct evsel *evsel, in perf_sample__fprintf_bts() [all …]
|
| H A D | builtin-report.c | 147 struct evsel *evsel = iter->evsel; in hist_iter__report_callback() local 191 struct evsel *evsel = iter->evsel; in hist_iter__branch_callback() local 243 struct evsel *evsel, in process_sample_event() 317 struct evsel *evsel, in process_read_event() 343 struct evsel *evsel; in report__setup_sample_type() local 452 struct evsel *evsel = hists_to_evsel(hists); in hists__fprintf_nr_sample_events() local 707 struct evsel *evsel = hists_to_evsel(he->hists); in hists__resort_cb() local
|
| H A D | builtin-inject.c | 270 struct evsel *evsel, in perf_event__repipe_sample() 610 struct evsel *evsel, in perf_inject__sched_switch() 634 struct evsel *evsel, in perf_inject__sched_stat() 666 static int evsel__check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg) in evsel__check_stype() 692 struct evsel *evsel; in strip_init() local 726 struct evsel *evsel; in __cmd_inject() local
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/ |
| H A D | intel-pt.c | 123 struct evsel *evsel; in intel_pt_read_config() local 283 struct evsel *evsel; in intel_pt_find_filter() local 416 struct evsel *evsel; in intel_pt_track_switches() local 528 struct evsel *evsel) in intel_pt_validate_config() 564 struct evsel *evsel) in intel_pt_config_sample_mode() 585 struct evsel *evsel; in intel_pt_min_max_sample_sz() local 605 struct evsel *evsel; in intel_pt_too_many_aux_output() local 627 struct evsel *evsel, *intel_pt_evsel = NULL; in intel_pt_recording_options() local 902 struct evsel *evsel; in intel_pt_snapshot_start() local 915 struct evsel *evsel; in intel_pt_snapshot_finish() local
|
| H A D | intel-bts.c | 112 struct evsel *evsel, *intel_bts_evsel = NULL; in intel_bts_recording_options() local 325 struct evsel *evsel; in intel_bts_snapshot_start() local 338 struct evsel *evsel; in intel_bts_snapshot_finish() local
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | evsel-tp-sched.c | 8 static int perf_evsel__test_field(struct evsel *evsel, const char *name, in perf_evsel__test_field() 38 struct evsel *evsel = evsel__newtp("sched", "sched_switch"); in test__perf_evsel__tp_sched_test() local
|
| H A D | evsel-roundtrip-name.c | 14 struct evsel *evsel; in perf_evsel__roundtrip_cache_name_test() local 68 struct evsel *evsel; in __perf_evsel__name_array_test() local
|
| H A D | hists_filter.c | 51 struct evsel *evsel; in add_hist_entries() local 109 struct evsel *evsel; in test__hists_filter() local
|
| H A D | hists_link.c | 66 struct evsel *evsel; in add_hist_entries() local 273 struct evsel *evsel, *first; in test__hists_link() local
|
| /OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/ |
| H A D | trace-event-perl.c | 261 struct evsel *evsel, in perl_process_callchain() 339 struct evsel *evsel, in perl_process_tracepoint() 434 struct evsel *evsel) in perl_process_event_generic() 458 struct evsel *evsel, in perl_process_event()
|
| H A D | trace-event-python.c | 395 struct evsel *evsel, in python_process_callchain() 639 struct evsel *evsel) in set_sample_read_in_dict() 713 struct evsel *evsel) in set_regs_in_dict() 730 struct evsel *evsel, in get_perf_sample_dict() 798 struct evsel *evsel, in python_process_tracepoint() 979 static int python_export_evsel(struct db_export *dbe, struct evsel *evsel) in python_export_evsel() 1299 struct evsel *evsel, in python_process_general_event() 1335 struct evsel *evsel, in python_process_event() 1364 struct evsel *evsel) in get_handler_name()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/ |
| H A D | kvm-stat.c | 37 static void hcall_event_get_key(struct evsel *evsel, in hcall_event_get_key() 60 static bool hcall_event_end(struct evsel *evsel, in hcall_event_end() 67 static bool hcall_event_begin(struct evsel *evsel, in hcall_event_begin()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/gtk/ |
| H A D | annotate.c | 95 struct evsel *evsel, in perf_gtk__annotate_symbol() 164 static int symbol__gtk_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__gtk_annotate() 243 struct evsel *evsel, in hist_entry__gtk_annotate()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/ |
| H A D | hist.c | 31 struct evsel *evsel = hists_to_evsel(hists); in __hpp__fmt() local 166 struct evsel *evsel = hists_to_evsel(pair->hists); in hist_entry__new_pair() local 171 struct evsel *evsel = hists_to_evsel(pair->hists); in hist_entry__new_pair() local 188 struct evsel *evsel = hists_to_evsel(a->hists); in __hpp__group_sort_idx() local 230 struct evsel *evsel; in __hpp__sort() local 292 struct evsel *evsel = hists_to_evsel(hists); in hpp__width_fn() local 866 struct evsel *evsel; in perf_hpp__setup_hists_formats() local
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/browsers/ |
| H A D | annotate.c | 303 struct evsel *evsel) in annotate_browser__calc_percent() 410 struct evsel *evsel, in annotate_browser__callq() 462 struct evsel *evsel, in annotate_browser__jump() 663 struct evsel *evsel, in annotate_browser__run() 875 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate() 882 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel, in hist_entry__tui_annotate() 893 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__tui_annotate()
|
| H A D | scripts.c | 86 struct evsel *evsel) in list_scripts() 172 int script_browse(const char *script_opt, struct evsel *evsel) in script_browse()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | intel-pt.c | 774 struct evsel *evsel; in intel_pt_exclude_kernel() local 786 struct evsel *evsel; in intel_pt_return_compression() local 802 struct evsel *evsel; in intel_pt_branch_enable() local 815 struct evsel *evsel; in intel_pt_mtc_period() local 834 struct evsel *evsel; in intel_pt_timeless_decoding() local 856 struct evsel *evsel; in intel_pt_tracing_kernel() local 868 struct evsel *evsel; in intel_pt_have_tsc() local 888 struct evsel *evsel; in intel_pt_sampling_mode() local 900 struct evsel *evsel; in intel_pt_ctl() local 931 struct evsel *evsel; in intel_pt_callchain_init() local [all …]
|
| H A D | cgroup.c | 138 static void evsel__set_default_cgroup(struct evsel *evsel, struct cgroup *cgroup) in evsel__set_default_cgroup() 146 struct evsel *evsel; in evlist__set_default_cgroup() local 208 struct evsel *pos, *evsel, *leader; in evlist__expand_cgroup() local
|
| H A D | data-convert-bt.c | 420 struct evsel *evsel, in add_tracepoint_values() 591 struct evsel *evsel, in add_generic_values() 760 struct evsel *evsel) in get_sample_cpu() 792 struct evsel *evsel, in process_sample_event() 1058 struct evsel *evsel, in add_tracepoint_types() 1091 static int add_generic_types(struct ctf_writer *cw, struct evsel *evsel, in add_generic_types() 1157 static int add_event(struct ctf_writer *cw, struct evsel *evsel) in add_event() 1209 struct evsel *evsel; in setup_events() local 1316 struct evsel *evsel; in cleanup_events() local
|
| H A D | synthetic-events.c | 1606 struct evsel *evsel; in perf_event__synthesize_id_index() local 1711 int perf_event__synthesize_event_update_unit(struct perf_tool *tool, struct evsel *evsel, in perf_event__synthesize_event_update_unit() 1728 int perf_event__synthesize_event_update_scale(struct perf_tool *tool, struct evsel *evsel, in perf_event__synthesize_event_update_scale() 1746 int perf_event__synthesize_event_update_name(struct perf_tool *tool, struct evsel *evsel, in perf_event__synthesize_event_update_name() 1763 int perf_event__synthesize_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, in perf_event__synthesize_event_update_cpus() 1794 struct evsel *evsel; in perf_event__synthesize_attrs() local 1809 static bool has_unit(struct evsel *evsel) in has_unit() 1814 static bool has_scale(struct evsel *evsel) in has_scale() 1822 struct evsel *evsel; in perf_event__synthesize_extra_attr() local
|
| H A D | parse-events.c | 355 struct evsel *evsel; in __add_event() local 410 struct evsel *evsel; in add_event_tool() local 564 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, (*idx)++); in add_tracepoint() local 709 struct evsel *evsel, *tmp; in add_bpf_event() local 1446 struct evsel *evsel; in parse_events_add_pmu() local 1654 struct evsel *evsel, *leader; in parse_events__set_leader_for_uncore_aliase() local 1789 struct evsel *evsel) in get_event_modifier() 1908 struct evsel *evsel; in parse_events__modifier_event() local 1947 struct evsel *evsel; in parse_events_name() local 2316 int (*func)(struct evsel *evsel, in foreach_evsel_in_last_glob() [all …]
|