Searched refs:target_cpu (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/kvm/aarch64/ |
D | psci_cpu_on_test.c | 26 static uint64_t psci_cpu_on(uint64_t target_cpu, uint64_t entry_addr, in psci_cpu_on() argument 30 register uint64_t x1 asm("x1") = target_cpu; in psci_cpu_on() 57 static void guest_main(uint64_t target_cpu) in guest_main() argument 59 GUEST_ASSERT(!psci_cpu_on(target_cpu, CPU_ON_ENTRY_ADDR, CPU_ON_CONTEXT_ID)); in guest_main() 63 target_state = psci_affinity_info(target_cpu, 0); in guest_main()
|
/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 55 $comm, $pid, $prio, $success, $target_cpu) = @_; 57 $last_wakeup{$target_cpu}{ts} = nsecs($common_secs, $common_nsecs);
|
/tools/perf/scripts/python/ |
D | sched-migration.py | 355 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 359 ts.wake_up(self.timeslices, pid, target_cpu, fork) 433 target_cpu): argument 436 parser.wake_up(headers, comm, pid, success, target_cpu, 1) 441 target_cpu): argument 444 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
|
/tools/perf/bench/ |
D | numa.c | 269 static cpu_set_t bind_to_cpu(int target_cpu) in bind_to_cpu() argument 279 if (target_cpu == -1) { in bind_to_cpu() 285 BUG_ON(target_cpu < 0 || target_cpu >= g->p.nr_cpus); in bind_to_cpu() 286 CPU_SET(target_cpu, &mask); in bind_to_cpu() 1245 int target_cpu; in worker_thread() local 1257 target_cpu = g->p.nr_cpus-1; in worker_thread() 1259 target_cpu = 0; in worker_thread() 1261 orig_mask = bind_to_cpu(target_cpu); in worker_thread() 1265 printf(" (injecting perturbalance, moved to CPU#%d)\n", target_cpu); in worker_thread()
|
/tools/perf/Documentation/ |
D | perf-script-perl.txt | 71 field:int target_cpu; 81 $comm, $pid, $prio, $success, $target_cpu) = @_;
|
D | perf-script-python.txt | 465 field:int target_cpu; 473 comm, pid, prio, success, target_cpu):
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-filter.txt | 118 ret = tep_filter_add_filter_str(filter, "sched/sched_wakeup:target_cpu==1");
|