Home
last modified time | relevance | path

Searched refs:workload (Results 1 – 25 of 89) sorted by relevance

1234

/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Dscheduler.c61 static void update_shadow_pdps(struct intel_vgpu_workload *workload) in update_shadow_pdps() argument
64 struct intel_context *ctx = workload->req->context; in update_shadow_pdps()
66 if (WARN_ON(!workload->shadow_mm)) in update_shadow_pdps()
69 if (WARN_ON(!atomic_read(&workload->shadow_mm->pincount))) in update_shadow_pdps()
74 (void *)workload->shadow_mm->ppgtt_mm.shadow_pdps); in update_shadow_pdps()
82 static void sr_oa_regs(struct intel_vgpu_workload *workload, in sr_oa_regs() argument
85 struct drm_i915_private *dev_priv = workload->vgpu->gvt->gt->i915; in sr_oa_regs()
99 if (workload->engine->id != RCS0) in sr_oa_regs()
103 workload->oactxctrl = reg_state[ctx_oactxctrl + 1]; in sr_oa_regs()
105 for (i = 0; i < ARRAY_SIZE(workload->flex_mmio); i++) { in sr_oa_regs()
[all …]
Dexeclist.c370 static int prepare_execlist_workload(struct intel_vgpu_workload *workload) in prepare_execlist_workload() argument
372 struct intel_vgpu *vgpu = workload->vgpu; in prepare_execlist_workload()
377 if (!workload->emulate_schedule_in) in prepare_execlist_workload()
380 ctx[0] = *get_desc_from_elsp_dwords(&workload->elsp_dwords, 0); in prepare_execlist_workload()
381 ctx[1] = *get_desc_from_elsp_dwords(&workload->elsp_dwords, 1); in prepare_execlist_workload()
383 ret = emulate_execlist_schedule_in(&s->execlist[workload->engine->id], in prepare_execlist_workload()
392 static int complete_execlist_workload(struct intel_vgpu_workload *workload) in complete_execlist_workload() argument
394 struct intel_vgpu *vgpu = workload->vgpu; in complete_execlist_workload()
397 &s->execlist[workload->engine->id]; in complete_execlist_workload()
399 struct list_head *next = workload_q_head(vgpu, workload->engine)->next; in complete_execlist_workload()
[all …]
Dcmd_parser.c511 struct intel_vgpu_workload *workload; member
849 u32 base = s->workload->engine->mmio_base; in is_cmd_update_pdps()
857 struct intel_vgpu_mm *shadow_mm = s->workload->shadow_mm; in cmd_pdp_mmio_update_handler()
873 &s->workload->lri_shadow_mm); in cmd_pdp_mmio_update_handler()
1013 s->workload->ring_context_gpa + 12, &ctx_sr_ctl, 4); in cmd_reg_handler()
1224 s->workload->pending_events); in cmd_handler_pipe_control()
1231 s->workload->pending_events); in cmd_handler_mi_user_interrupt()
1744 s->workload->pending_events); in cmd_handler_mi_flush_dw()
1815 s->vgpu->gtt.ggtt_mm : s->workload->shadow_mm; in find_bb_size()
1831 s->engine->name, s->workload); in find_bb_size()
[all …]
Dcmd_parser.h50 int intel_gvt_scan_and_shadow_ringbuffer(struct intel_vgpu_workload *workload);
56 int intel_gvt_scan_engine_context(struct intel_vgpu_workload *workload);
Dtrace.h231 void *workload, const char *cmd_name),
234 buf_addr_type, workload, cmd_name),
243 __field(void*, workload)
255 __entry->workload = workload;
271 __entry->workload)
Dscheduler.h139 void intel_vgpu_queue_workload(struct intel_vgpu_workload *workload);
166 void intel_vgpu_destroy_workload(struct intel_vgpu_workload *workload);
/Linux-v5.15/tools/perf/tests/
Dperf-record.c114 err = sched__get_first_possible_cpu(evlist->workload.pid, &cpu_mask); in test__PERF_RECORD()
126 if (sched_setaffinity(evlist->workload.pid, cpu_mask_size, &cpu_mask) < 0) { in test__PERF_RECORD()
212 if ((pid_t)sample.pid != evlist->workload.pid) { in test__PERF_RECORD()
214 name, evlist->workload.pid, sample.pid); in test__PERF_RECORD()
218 if ((pid_t)sample.tid != evlist->workload.pid) { in test__PERF_RECORD()
220 name, evlist->workload.pid, sample.tid); in test__PERF_RECORD()
229 (pid_t)event->comm.pid != evlist->workload.pid) { in test__PERF_RECORD()
/Linux-v5.15/tools/perf/Documentation/
Dperf-sched.txt18 of an arbitrary workload.
21 and other scheduling properties of the workload.
23 'perf sched script' to see a detailed trace of the workload that
26 'perf sched replay' to simulate the workload that was recorded
28 that mimic the workload based on the events in the trace. These
30 of the workload as it occurred when it was recorded - and can repeat
34 workload captured via perf sched record. Columns stand for
Dperf-timechart.txt6 perf-timechart - Tool to visualize total system behavior during a workload
18 of an arbitrary workload. By default timechart records only scheduler
/Linux-v5.15/Documentation/admin-guide/mm/
Didle_page_tracking.rst11 accessed by a workload and which are idle. This information can be useful for
12 estimating the workload's working set size, which, in turn, can be taken into
13 account when configuring the workload parameters, setting memory cgroup limits,
14 or deciding where to place the workload within a compute cluster.
53 workload one should:
55 1. Mark all the workload's pages as idle by setting corresponding bits in
57 ``/proc/pid/pagemap`` if the workload is represented by a process, or by
58 filtering out alien pages using ``/proc/kpagecgroup`` in case the workload
61 2. Wait until the workload accesses its working set.
/Linux-v5.15/tools/perf/bench/
Dfind-bit-bench.c34 static noinline void workload(int val) in workload() function
80 workload(bit); in do_for_each_set_bit()
93 workload(bit); in do_for_each_set_bit()
/Linux-v5.15/Documentation/admin-guide/mm/damon/
Dstart.rst16 your workload. ::
21 # ./damo/damo record $(pidof <your workload>)
24 The final command draws the access heatmap of ``<your workload>``. The heatmap
87 with your real workload. The last line asks ``damo`` to record the access
108 You can view the visualizations of this example workload at [1]_.
/Linux-v5.15/Documentation/filesystems/nfs/
Dknfsd-stats.rst54 Depending on the NFS workload patterns and various network stack
58 However this is a more accurate and less workload-dependent measure
74 pool for the NFS workload (the workload is thread-limited), in which
76 performance of the NFS workload.
93 threads configured than can be used by the NFS workload. This is
99 slow; the idle timeout is 60 minutes. Unless the NFS workload
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dpp_psm.c270 long workload; in psm_adjust_power_state_dynamic() local
295 workload = hwmgr->workload_setting[index]; in psm_adjust_power_state_dynamic()
297 if (hwmgr->power_profile_mode != workload && hwmgr->hwmgr_func->set_power_profile_mode) in psm_adjust_power_state_dynamic()
298 hwmgr->hwmgr_func->set_power_profile_mode(hwmgr, &workload, 0); in psm_adjust_power_state_dynamic()
/Linux-v5.15/Documentation/scheduler/
Dsched-capacity.rst72 With a workload that periodically does a fixed amount of work, you will get an
103 Executing the same workload as described in 1.3.1, which each CPU running at its
111 workload on CPU1
151 One issue that needs to be taken into account is that a workload's duty cycle is
153 periodic workload at a given frequency F::
162 Now, consider running the *same* workload at frequency F/2::
184 identical workload on CPUs of different capacity values will yield different
192 Executing a given periodic workload on each CPU at their maximum frequency would
383 workload on CPU0
390 workload on CPU1
[all …]
/Linux-v5.15/Documentation/admin-guide/pm/
Dintel-speed-select.rst10 variety of diverse workload requirements.
82 This feature allows configuration of a server dynamically based on workload
216 workload, disable turbo::
220 Then runs a busy workload on all CPUs, for example::
262 level 0 to 2800 MHz at performance level 4. As a result, any workload, which can
518 the user control base frequency. If some critical workload threads demand
546 Before enabling Intel(R) SST-BF and measuring its impact on a workload
547 performance, execute some workload and measure performance and get a baseline
562 To compare, pick a multi-threaded workload where each thread can be scheduled on
566 Below, the workload is measuring average scheduler wakeup latency, so a lower
[all …]
/Linux-v5.15/Documentation/timers/
Dno_hz.rst52 However, if you are instead running a light workload with long idle
59 In addition, if you are running either a real-time workload or an HPC
60 workload with short iterations, the scheduling-clock interrupts can
61 degrade your applications performance. If this describes your workload,
210 but do not see any change in your workload's behavior. Is this because
211 your workload isn't affected that much by OS jitter, or is it because
222 possible, then you can conclude that your workload is not all that
298 constraining the workload. For example, the only way to eliminate
/Linux-v5.15/tools/perf/util/
Devlist.c69 evlist->workload.pid = -1; in evlist__init()
1377 evlist->workload.pid = fork(); in evlist__prepare_workload()
1378 if (evlist->workload.pid < 0) { in evlist__prepare_workload()
1383 if (!evlist->workload.pid) { in evlist__prepare_workload()
1454 perf_thread_map__set_pid(evlist->core.threads, 0, evlist->workload.pid); in evlist__prepare_workload()
1468 evlist->workload.cork_fd = go_pipe[1]; in evlist__prepare_workload()
1483 if (evlist->workload.cork_fd > 0) { in evlist__start_workload()
1489 ret = write(evlist->workload.cork_fd, &bf, 1); in evlist__start_workload()
1493 close(evlist->workload.cork_fd); in evlist__start_workload()
/Linux-v5.15/tools/lib/perf/Documentation/
Dlibperf-counting.txt35 * does some workload
158 From this moment events are counting and we can do our workload.
/Linux-v5.15/Documentation/accounting/
Dpsi.rst24 hardware according to workload demand.
32 workload health or risking major disruptions such as OOM kills.
54 actual CPU cycles are going to waste, and a workload that spends
/Linux-v5.15/security/
DKconfig.hardening39 on the function calling complexity of a given workload's
164 are advised to test this feature on your expected workload before
212 workload, but most cases see <1% impact. Some synthetic
227 The performance impact varies by workload, but is more expensive
/Linux-v5.15/block/
DKconfig.iosched26 regardless of the device parameters and with any workload. It
/Linux-v5.15/Documentation/admin-guide/
Dkernel-per-CPU-kthreads.rst31 # run workload
230 1. Run your workload at a real-time priority, which will allow
270 slowly. Of course, you can also run your workload at
272 but if your workload is CPU-bound, this is a bad idea.
308 is feasible only if your workload never requires RCU priority
/Linux-v5.15/Documentation/block/
Dbfq-iosched.rst84 Regardless of the actual background workload, BFQ guarantees that, for
100 until the background workload terminates (also on SSDs).
106 of the background I/O workload. As a consequence, these applications
107 do not suffer from almost any glitch due to the background workload.
112 If some additional workload happens to be executed in parallel, then
131 workload and regardless of the device parameters. From these bandwidth
248 workload and the budgets assigned to the queue.
347 So depending on storage and workload, it might be useful to set
370 throughput. One important case is random workload. Because of this
/Linux-v5.15/Documentation/driver-api/
Ddma-buf.rst292 means any workload using recoverable page faults cannot use DMA fences for
306 job with a DMA fence and a compute workload using recoverable page faults are
309 - The 3D workload might need to wait for the compute job to finish and release
312 - The compute workload might be stuck in a page fault, because the memory
313 allocation is waiting for the DMA fence of the 3D workload to complete.

1234