cregit-Linux how code gets into the kernel

Release 4.14 tools/perf/util/dump-insn.c

Directory: tools/perf/util
// SPDX-License-Identifier: GPL-2.0
#include <linux/compiler.h>
#include "dump-insn.h"

/* Fallback code */


__weak const char *dump_insn(struct perf_insn *x __maybe_unused, u64 ip __maybe_unused, u8 *inbuf __maybe_unused, int inlen __maybe_unused, int *lenp) { if (lenp) *lenp = 0; return "?"; }

Contributors

PersonTokensPropCommitsCommitProp
Andi Kleen43100.00%1100.00%
Total43100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Andi Kleen5098.04%150.00%
Greg Kroah-Hartman11.96%150.00%
Total51100.00%2100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.