Searched refs:machine (Results 126 - 150 of 607) sorted by relevance

1234567891011>>

/linux-master/tools/perf/
H A Dbuiltin-script.c1040 struct machine *machine, struct thread *thread,
1052 kernel = machine__kernel_ip(machine, start);
1064 if (kernel != machine__kernel_ip(machine, end)) {
1091 len = dso__data_read_offset(dso, machine, offset, (u8 *)buffer,
1246 struct machine *machine, FILE *fp)
1272 machine, thread, &x.is64bit, &x.cpumode, false);
1292 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1297 len = grab_bb(buffer, start, end, machine, threa
1039 grab_bb(u8 *buffer, u64 start, u64 end, struct machine *machine, struct thread *thread, bool *is64bit, u8 *cpumode, bool last) argument
1243 perf_sample__fprintf_brstackinsn(struct perf_sample *sample, struct thread *thread, struct perf_event_attr *attr, struct machine *machine, FILE *fp) argument
1510 script_fetch_insn(struct perf_sample *sample, struct thread *thread, struct machine *machine) argument
1517 perf_sample__fprintf_insn(struct perf_sample *sample, struct perf_event_attr *attr, struct thread *thread, struct machine *machine, FILE *fp) argument
1556 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) argument
2153 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) argument
2364 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
2517 print_event_with_time(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, pid_t pid, pid_t tid, u64 timestamp) argument
2553 print_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, pid_t pid, pid_t tid) argument
2560 process_comm_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2572 process_namespaces_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2584 process_cgroup_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2596 process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2608 process_exit_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2621 process_mmap_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2633 process_mmap2_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2645 process_switch_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2677 process_lost_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2687 process_throttle_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2708 process_bpf_events(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2720 process_text_poke_events(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
[all...]
H A Dbuiltin-report.c269 struct machine *machine)
290 if (machine__resolve(machine, &al, sample) < 0) {
345 struct machine *machine __maybe_unused)
771 struct machine *machine __maybe_unused)
782 struct machine *machine __maybe_unused)
875 static int thread_level(struct machine *machin argument
265 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
896 task__print_level(struct machine *machine, struct thread *thread, FILE *fp) argument
920 struct machine *machine = priv; local
1008 struct machine *machine = &rep->session->machines.host; local
[all...]
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c108 seq_printf(m, "machine\t\t: CHRP %s\n", model);
300 const char *machine = NULL; local
306 machine = of_get_property(root, "model", NULL);
307 if (machine && strncmp(machine, "Pegasos", 7) == 0) {
309 } else if (machine && strncmp(machine, "IBM", 3) == 0) {
311 } else if (machine && strncmp(machine, "MOT", 3) == 0) {
313 } else if (machine
[all...]
H A Dpci.c214 const char *model, *machine; local
221 * look at what sort of machine this is as well.
223 machine = of_get_property(root, "model", NULL);
224 if (machine != NULL) {
225 is_longtrail = strncmp(machine, "IBM,LongTrail", 13) == 0;
226 is_mot = strncmp(machine, "MOT", 3) == 0;
227 if (strncmp(machine, "Pegasos2", 8) == 0)
229 else if (strncmp(machine, "Pegasos", 7) == 0)
/linux-master/tools/perf/util/
H A Dbpf_lock_contention.c5 #include "util/machine.h"
65 sym = machine__find_kernel_symbol_by_name(con->machine,
322 struct machine *machine = con->machine; local
331 struct thread *t = machine__findnew_thread(machine, /*pid=*/-1, pid);
352 sym = machine__find_kernel_symbol(machine, key->lock_addr_or_cgroup, &kmap);
377 while (machine__is_lock_function(machine, stack_trace[idx]) &&
382 sym = machine__find_kernel_symbol(machine, addr, &kmap);
406 struct machine *machin local
[all...]
H A Dthread.h35 /** @tid: thread ID number unique to a machine. */
44 * removed from the machine's threads but some events/tools require
68 struct machine;
73 int thread__init_maps(struct thread *thread, struct machine *machine);
111 struct thread *thread__main_thread(struct machine *machine, struct thread *thread);
126 int thread__memcpy(struct thread *thread, struct machine *machine,
H A Djitdump.c38 struct machine *machine; member in struct:jit_buf_desc
452 idr_size = jd->machine->id_hdr_size;
526 ret = perf_event__process_mmap2(tool, event, &sample, jd->machine);
535 build_id__mark_dso_hit(tool, event, &sample, NULL, jd->machine);
563 idr_size = jd->machine->id_hdr_size;
621 ret = perf_event__process_mmap2(tool, event, &sample, jd->machine);
627 build_id__mark_dso_hit(tool, event, &sample, NULL, jd->machine);
794 static void jit_add_pid(struct machine *machine, pid_ argument
807 jit_has_pid(struct machine *machine, pid_t pid) argument
821 jit_process(struct perf_session *session, struct perf_data *output, struct machine *machine, char *filename, pid_t pid, pid_t tid, u64 *nbytes) argument
[all...]
H A Dintel-pt.c18 #include "machine.h"
67 struct machine *machine; member in struct:intel_pt
201 struct machine *guest_machine;
582 struct machine *machine)
586 size = dso__data_size(dso, machine);
596 struct machine *machine)
604 bits = intel_pt_cache_size(dso, machine);
581 intel_pt_cache_size(struct dso *dso, struct machine *machine) argument
595 intel_pt_cache(struct dso *dso, struct machine *machine) argument
614 intel_pt_cache_add(struct dso *dso, struct machine *machine, u64 offset, u64 insn_cnt, u64 byte_cnt, struct intel_pt_insn *intel_pt_insn) argument
646 intel_pt_cache_lookup(struct dso *dso, struct machine *machine, u64 offset) argument
656 intel_pt_cache_invalidate(struct dso *dso, struct machine *machine, u64 offset) argument
697 struct machine *machine; local
732 intel_pt_emulated_ptwrite(struct dso *dso, struct machine *machine, u64 offset) argument
752 struct machine *machine = ptq->pt->machine; local
930 intel_pt_cache_add(map__dso(al.map), machine, start_offset, insn_cnt, local
1430 struct machine *machine; local
2755 struct machine *machine = pt->machine; local
3280 struct machine *machine = machines__find(machines, sample->machine_pid); local
3400 struct machine *machine = pt->machine; local
[all...]
H A Dtsc.c77 struct machine *machine)
108 return process(tool, &event, NULL, machine);
74 perf_event__synth_time_conv(const struct perf_event_mmap_page *pc, struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) argument
H A Dhisi-ptt.c25 #include "machine.h"
34 struct machine *machine; member in struct:hisi_ptt
180 ptt->machine = &session->machines.host; /* No kvm support */
H A Dmap.c117 struct map *map__new(struct machine *machine, u64 start, u64 len, argument
164 dso = machine__findnew_vdso(machine, thread);
166 dso = machine__findnew_dso_id(machine, filename, id);
199 down_read(&machine->dsos.lock);
200 header_bid_dso = __dsos__find(&machine->dsos, filename, false);
201 up_read(&machine->dsos.lock);
540 struct machine *machine = maps__machine(kmap->kmaps); local
542 if (machine) {
[all...]
/linux-master/sound/soc/
H A Dsoc-acpi.c11 static bool snd_soc_acpi_id_present(struct snd_soc_acpi_mach *machine) argument
13 const struct snd_soc_acpi_codecs *comp_ids = machine->comp_ids;
16 if (machine->id[0]) {
17 if (acpi_dev_present(machine->id, NULL, -1))
24 strscpy(machine->id, comp_ids->codecs[i], ACPI_ID_LEN);
/linux-master/arch/alpha/kernel/
H A Dirq_alpha.c113 * machine error checks
129 const char *machine, int expected)
135 * See if the machine check is due to a badaddr() and if so,
141 printk(KERN_CRIT "%s machine check %s\n", machine,
155 printk(KERN_CRIT "%s machine check: vector=0x%lx pc=0x%lx code=0x%x\n",
156 machine, vector, get_irq_regs()->pc, mchk_header->code);
194 printk(KERN_CRIT "machine check type: %s%s\n",
128 process_mcheck_info(unsigned long vector, unsigned long la_ptr, const char *machine, int expected) argument
/linux-master/tools/perf/tests/
H A Dthread-map.c18 struct machine;
66 struct machine *machine __maybe_unused)
H A Ddlfilter-test.c27 #include "machine.h"
44 struct machine *machine; member in struct:test_data
67 struct machine *machine __maybe_unused)
197 err = process(&td->tool, event, &sample, td->machine);
354 pr_debug("Creating new host machine structure\n");
355 td->machine = machine__new_host();
356 td->machine->env = &perf_env;
397 machine__delete(td->machine);
[all...]
/linux-master/drivers/platform/x86/intel/int3472/
H A Dtps68470_board_data.c13 #include <linux/gpio/machine.h>
15 #include <linux/regulator/machine.h>
H A Dcommon.h8 #include <linux/gpio/machine.h>
11 #include <linux/regulator/machine.h>
/linux-master/kernel/
H A Dutsname_sysctl.c81 .data = init_uts_ns.name.machine,
82 .maxlen = sizeof(init_uts_ns.name.machine),
/linux-master/tools/power/cpupower/utils/
H A Dcpupower-set.c54 if (!ret && (!strcmp(uts.machine, "ppc64le") ||
55 !strcmp(uts.machine, "ppc64"))) {
/linux-master/arch/powerpc/math-emu/
H A Dfmsubs.c6 #include <asm/sfp-machine.h>
H A Dfsubs.c6 #include <asm/sfp-machine.h>
H A Dfsub.c6 #include <asm/sfp-machine.h>
H A Dfdiv.c6 #include <asm/sfp-machine.h>
H A Dmtfsf.c6 #include <asm/sfp-machine.h>
H A Dfcmpo.c6 #include <asm/sfp-machine.h>

Completed in 485 milliseconds

1234567891011>>