Searched refs:EM_HOST (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/perf/util/include/ |
| H A D | dwarf-regs.h | 27 #define EM_HOST EM_X86_64 macro 29 #define EM_HOST EM_386 macro 31 #define EM_HOST EM_AARCH64 macro 33 #define EM_HOST EM_ARM macro 35 #define EM_HOST EM_ALPHA macro 37 #define EM_HOST EM_ARC macro 39 #define EM_HOST EM_AVR macro 41 #define EM_HOST EM_AVR32 macro 43 #define EM_HOST EM_BLACKFIN macro 45 #define EM_HOST EM_CSKY macro [all …]
|
| /linux/tools/perf/util/ |
| H A D | parse-regs-options.c | 24 name = perf_reg_name(reg, EM_HOST, EF_HOST); in list_perf_regs() 42 name = perf_reg_name(reg, EM_HOST, EF_HOST); in name_to_perf_reg_mask() 69 mask = intr ? perf_intr_reg_mask(EM_HOST) : perf_user_reg_mask(EM_HOST); in __parse_regs()
|
| H A D | dwarf-regs.c | 37 machine = EM_HOST; in get_dwarf_regstr() 104 machine = EM_HOST; in get_dwarf_regnum()
|
| H A D | bpf-trace-summary.c | 8 #include "dwarf-regs.h" /* for EM_HOST */ 159 name = syscalltbl__name(EM_HOST, node->syscall_nr); in print_common_stats()
|
| H A D | thread.c | 559 e_machine = EM_HOST; in thread__main_thread()
|
| H A D | probe-file.c | 790 ret = perf_sdt_arg_parse_op(EM_HOST, op, &new_op); in synthesize_sdt_probe_arg()
|
| H A D | session.c | 4109 return EM_HOST; 4122 * perf_env__e_machine that falls back on EM_HOST and doesn't consider
|
| H A D | dso.c | |
| H A D | evsel.c | 1095 if (EM_HOST == EM_S390 && param->record_mode == CALLCHAIN_FP) { in evsel__reset_callgraph() 1134 DWARF_MINIMAL_REGS(e_machine) != perf_user_reg_mask(EM_HOST)) { in evsel__apply_ratio_to_prev() 1140 attr->sample_regs_user |= perf_user_reg_mask(EM_HOST); in evsel__apply_ratio_to_prev()
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 1425 !register_kvm_events_ops(kvm, EM_HOST)) { in kvm_events_live_report() 1668 uint16_t e_machine = EM_HOST; in kvm_events_record() 1782 for (events_tp = kvm_events_tp(EM_HOST); *events_tp; events_tp++) { in kvm_live_event_list() 1907 err = setup_kvm_events_tp(kvm, EM_HOST); in kvm_events_live() 1998 int need_arch_event = !!kvm_need_default_arch_event(EM_HOST, argc, argv); in __cmd_record() 2014 ret = kvm_add_default_arch_event(EM_HOST, &i, rec_argv); in __cmd_record() 2097 if (kvm_need_default_arch_event(EM_HOST, argc, argv)) { in __cmd_top() 2098 ret = kvm_add_default_arch_event(EM_HOST, &i, rec_argv); in __cmd_top()
|
| H A D | builtin-trace.c | 184 * the non EM_HOST system calls. A fix would be to add the e_machine 2346 int id = syscalltbl__id(EM_HOST, sc), match_next = -1; in trace__syscall_enabled() 2349 id = syscalltbl__strglobmatch_first(EM_HOST, sc, &match_next); in trace__syscall_enabled() 2369 id = syscalltbl__strglobmatch_next(EM_HOST, sc, &match_next); in syscall_arg__val() 3456 : EM_HOST; in trace__set_base_time() 4667 trace__init_syscalls_bpf_prog_array_maps(trace, EM_HOST); in trace__run() 4692 trace->fd_path_disabled = !trace__syscall_enabled(trace, syscalltbl__id(EM_HOST, "close")); in trace__replay() 5176 printed += system__dump_stats(trace, EM_HOST, fp); in trace__parse_events_option() 5373 if (syscalltbl__id(EM_HOST, s) >= 0 || in cmd_trace() 5374 syscalltbl__strglobmatch_first(EM_HOST, in cmd_trace() [all...] |
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 835 uint16_t e_machine = EM_HOST; in get_perf_sample_dict()
|