]> Git Repo - linux.git/commit
perf tools: Introduce weak alternative to sched_getcpu()
authorArnaldo Carvalho de Melo <[email protected]>
Tue, 12 Jul 2016 13:29:31 +0000 (10:29 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 12 Jul 2016 18:20:34 +0000 (15:20 -0300)
commitc7007e983682b31d91e9ad7c3e85c49ffcc3651f
treeb4ecc87ce9e43a34a2424159bd5e09e26fd2efb3
parent4998a1224686d74ab7f7789787f7f7f904c75dfc
perf tools: Introduce weak alternative to sched_getcpu()

Which is just a wrapper for sys_getcpu and is not present in at least
musl libc.

Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/arch/x86/include/asm/unistd_32.h
tools/arch/x86/include/asm/unistd_64.h
tools/perf/util/cloexec.c
tools/perf/util/util.h
This page took 0.054865 seconds and 4 git commands to generate.