// SPDX-License-Identifier: GPL-2.0 #include <linux/percpu.h> #include <linux/jump_label.h> #include <asm/trace.h> #include <asm/asm-prototypes.h> #ifdef HAVE_JUMP_LABEL struct static_key opal_tracepoint_key = STATIC_KEY_INIT;
int opal_tracepoint_regfunc(void) { static_key_slow_inc(&opal_tracepoint_key); return 0; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Anton Blanchard | 12 | 75.00% | 1 | 50.00% |
Steven Rostedt | 4 | 25.00% | 1 | 50.00% |
Total | 16 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Anton Blanchard | 13 | 100.00% | 1 | 100.00% |
Total | 13 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Anton Blanchard | 9 | 69.23% | 1 | 50.00% |
Steven Rostedt | 4 | 30.77% | 1 | 50.00% |
Total | 13 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Anton Blanchard | 10 | 100.00% | 1 | 100.00% |
Total | 10 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Anton Blanchard | 71 | 97.26% | 1 | 50.00% |
Christoph Lameter | 2 | 2.74% | 1 | 50.00% |
Total | 73 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Anton Blanchard | 69 | 97.18% | 1 | 50.00% |
Christoph Lameter | 2 | 2.82% | 1 | 50.00% |
Total | 71 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Anton Blanchard | 220 | 92.83% | 1 | 16.67% |
Steven Rostedt | 8 | 3.38% | 1 | 16.67% |
Christoph Lameter | 4 | 1.69% | 1 | 16.67% |
Daniel Axtens | 3 | 1.27% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 0.42% | 1 | 16.67% |
Zhouyi Zhou | 1 | 0.42% | 1 | 16.67% |
Total | 237 | 100.00% | 6 | 100.00% |