]> Git Repo - linux.git/commit - tools/perf/builtin-script.c
perf tools: A thread's machine can be found via thread->mg->machine
authorArnaldo Carvalho de Melo <[email protected]>
Thu, 23 Oct 2014 15:50:25 +0000 (12:50 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Wed, 29 Oct 2014 12:32:46 +0000 (10:32 -0200)
commitbb871a9c8d68692ed2513b3f0e1c010c2ac12f44
treea340eab65e580e5d1c41e7ef868bee3a0890e975
parent11246c708acdfa9512d7b69c18938810c20fd6ab
perf tools: A thread's machine can be found via thread->mg->machine

So stop passing both machine and thread to several thread methods,
reducing function signature length.

Cc: Adrian Hunter <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Don Zickus <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jean Pihet <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
16 files changed:
tools/perf/arch/powerpc/util/skip-callchain-idx.c
tools/perf/builtin-inject.c
tools/perf/builtin-script.c
tools/perf/builtin-timechart.c
tools/perf/builtin-trace.c
tools/perf/tests/code-reading.c
tools/perf/tests/mmap-thread-lookup.c
tools/perf/util/build-id.c
tools/perf/util/callchain.h
tools/perf/util/event.c
tools/perf/util/event.h
tools/perf/util/machine.c
tools/perf/util/thread.c
tools/perf/util/thread.h
tools/perf/util/unwind-libdw.c
tools/perf/util/unwind-libunwind.c
This page took 0.04557 seconds and 4 git commands to generate.