#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 | 93.22% | 1 | 20.00% |
| Steven Rostedt | 8 | 3.39% | 1 | 20.00% |
| Christoph Lameter | 4 | 1.69% | 1 | 20.00% |
| Daniel Axtens | 3 | 1.27% | 1 | 20.00% |
| Zhouyi Zhou | 1 | 0.42% | 1 | 20.00% |
| Total | 236 | 100.00% | 5 | 100.00% |