Skip to content

Commit

Permalink
[UI] Allow task tracker to select up to pid_max
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring authored and CyrIng committed Apr 11, 2023
1 parent d565684 commit 756e30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corefreq-cli.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define CLOCK_SOURCE_MASK 0x000000000000000fLLU

#define TRACK_TASK 0x0200000000000000LLU
#define TRACK_MASK 0x00000000000fffffLLU
#define TRACK_MASK 0x00000000007fffffLLU

#define CPU_ONLINE 0x0000080000000000LLU
#define CPU_OFFLINE 0x0000100000000000LLU
Expand Down

0 comments on commit 756e30d

Please sign in to comment.