Searched hist:"6 ff4dc25483f3f49d1db48af28d4c485fc77bd21" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | cpu_event_vs_ebb_test.c | diff 6ff4dc25483f3f49d1db48af28d4c485fc77bd21 Wed Apr 05 23:33:16 CDT 2023 Benjamin Gray <bgray@linux.ibm.com> selftests/powerpc: Allow bind_to_cpu() to automatically pick CPU
All current users of bind_to_cpu() don't care _which_ CPU they get, just that they are bound to a single free one. So alter the interface to
1. Accept a BIND_CPU_ANY value that tells it to automatically pick a CPU 2. Return the picked CPU
And convert all these users to bind_to_cpu(BIND_CPU_ANY).
Signed-off-by: Benjamin Gray <bgray@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230406043320.125138-4-bgray@linux.ibm.com
|
H A D | cpu_event_pinned_vs_ebb_test.c | diff 6ff4dc25483f3f49d1db48af28d4c485fc77bd21 Wed Apr 05 23:33:16 CDT 2023 Benjamin Gray <bgray@linux.ibm.com> selftests/powerpc: Allow bind_to_cpu() to automatically pick CPU
All current users of bind_to_cpu() don't care _which_ CPU they get, just that they are bound to a single free one. So alter the interface to
1. Accept a BIND_CPU_ANY value that tells it to automatically pick a CPU 2. Return the picked CPU
And convert all these users to bind_to_cpu(BIND_CPU_ANY).
Signed-off-by: Benjamin Gray <bgray@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230406043320.125138-4-bgray@linux.ibm.com
|
H A D | ebb_vs_cpu_event_test.c | diff 6ff4dc25483f3f49d1db48af28d4c485fc77bd21 Wed Apr 05 23:33:16 CDT 2023 Benjamin Gray <bgray@linux.ibm.com> selftests/powerpc: Allow bind_to_cpu() to automatically pick CPU
All current users of bind_to_cpu() don't care _which_ CPU they get, just that they are bound to a single free one. So alter the interface to
1. Accept a BIND_CPU_ANY value that tells it to automatically pick a CPU 2. Return the picked CPU
And convert all these users to bind_to_cpu(BIND_CPU_ANY).
Signed-off-by: Benjamin Gray <bgray@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230406043320.125138-4-bgray@linux.ibm.com
|
H A D | multi_ebb_procs_test.c | diff 6ff4dc25483f3f49d1db48af28d4c485fc77bd21 Wed Apr 05 23:33:16 CDT 2023 Benjamin Gray <bgray@linux.ibm.com> selftests/powerpc: Allow bind_to_cpu() to automatically pick CPU
All current users of bind_to_cpu() don't care _which_ CPU they get, just that they are bound to a single free one. So alter the interface to
1. Accept a BIND_CPU_ANY value that tells it to automatically pick a CPU 2. Return the picked CPU
And convert all these users to bind_to_cpu(BIND_CPU_ANY).
Signed-off-by: Benjamin Gray <bgray@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230406043320.125138-4-bgray@linux.ibm.com
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | diff 6ff4dc25483f3f49d1db48af28d4c485fc77bd21 Wed Apr 05 23:33:16 CDT 2023 Benjamin Gray <bgray@linux.ibm.com> selftests/powerpc: Allow bind_to_cpu() to automatically pick CPU
All current users of bind_to_cpu() don't care _which_ CPU they get, just that they are bound to a single free one. So alter the interface to
1. Accept a BIND_CPU_ANY value that tells it to automatically pick a CPU 2. Return the picked CPU
And convert all these users to bind_to_cpu(BIND_CPU_ANY).
Signed-off-by: Benjamin Gray <bgray@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230406043320.125138-4-bgray@linux.ibm.com
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | utils.c | diff 6ff4dc25483f3f49d1db48af28d4c485fc77bd21 Wed Apr 05 23:33:16 CDT 2023 Benjamin Gray <bgray@linux.ibm.com> selftests/powerpc: Allow bind_to_cpu() to automatically pick CPU
All current users of bind_to_cpu() don't care _which_ CPU they get, just that they are bound to a single free one. So alter the interface to
1. Accept a BIND_CPU_ANY value that tells it to automatically pick a CPU 2. Return the picked CPU
And convert all these users to bind_to_cpu(BIND_CPU_ANY).
Signed-off-by: Benjamin Gray <bgray@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230406043320.125138-4-bgray@linux.ibm.com
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | diff 6ff4dc25483f3f49d1db48af28d4c485fc77bd21 Wed Apr 05 23:33:16 CDT 2023 Benjamin Gray <bgray@linux.ibm.com> selftests/powerpc: Allow bind_to_cpu() to automatically pick CPU
All current users of bind_to_cpu() don't care _which_ CPU they get, just that they are bound to a single free one. So alter the interface to
1. Accept a BIND_CPU_ANY value that tells it to automatically pick a CPU 2. Return the picked CPU
And convert all these users to bind_to_cpu(BIND_CPU_ANY).
Signed-off-by: Benjamin Gray <bgray@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230406043320.125138-4-bgray@linux.ibm.com
|