summaryrefslogtreecommitdiff
path: root/simpleperf/workload.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 18:42:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 18:42:12 +0000
commitd16ed57aceef5738b0dd4c6671e5badb3be6deab (patch)
tree1dd5c9a3b955c541c00b4621fa3e02051606f028 /simpleperf/workload.h
parentde02dd3bda6d3a80cd8ec7bee59d753156a7e8ad (diff)
parentbfe2d06be19a7f1e80b9487549348f950fee6903 (diff)
downloadextras-d16ed57aceef5738b0dd4c6671e5badb3be6deab.tar.gz
Snap for 9550112 from bfe2d06be19a7f1e80b9487549348f950fee6903 to mainline-permission-releaseaml_per_331913010aml_per_331812030aml_per_331710050aml_per_331611010android13-mainline-permission-release
Change-Id: I88d90b9042956678623273e3fa9fbc27e8ca9b89
Diffstat (limited to 'simpleperf/workload.h')
-rw-r--r--simpleperf/workload.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simpleperf/workload.h b/simpleperf/workload.h
index 2400ac8f..86b28924 100644
--- a/simpleperf/workload.h
+++ b/simpleperf/workload.h
@@ -43,6 +43,7 @@ class Workload {
~Workload();
+ bool SetCpuAffinity(int cpu);
bool Start();
bool IsStarted() { return work_state_ == Started; }
pid_t GetPid() { return work_pid_; }