linux_dsm_epyc7002/tools/perf
Adrian Hunter b9d266baac perf machine: Add ability to record the current tid for each cpu
Add an array to struct machine to store the current tid running on each
cpu.

Add machine functions to get / set the tid for a cpu.

This will be used to determine the tid when decoding a per-cpu
Instruction Trace.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1406035081-14301-17-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2014-07-23 11:35:43 -03:00
..
arch perf tools: Allow TSC conversion on any arch 2014-07-17 12:59:00 -03:00
bench perf tools: Enable close-on-exec flag on perf file descriptor 2014-07-18 09:09:34 +02:00
config perf tools: Add feature test for __sync_val_compare_and_swap 2014-07-16 17:57:36 -03:00
Documentation perf tools: Add --debug optionto set debug variable 2014-07-17 12:58:59 -03:00
python
scripts perf script: Add callchain to generic and tracepoint events 2014-07-16 17:57:33 -03:00
tests perf tests: Update attr test with PERF_FLAG_FD_CLOEXEC flag 2014-07-18 09:09:53 +02:00
ui perf tools: Remove verbose from functions prototypes 2014-07-17 11:04:42 -03:00
util perf machine: Add ability to record the current tid for each cpu 2014-07-23 11:35:43 -03:00
.gitignore
builtin-annotate.c
builtin-bench.c
builtin-buildid-cache.c perf buildid-cache: Apply force option to copying kcore 2014-07-16 17:57:35 -03:00
builtin-buildid-list.c
builtin-diff.c
builtin-evlist.c perf tools: Move pr_* debug macros into debug object 2014-07-17 12:58:39 -03:00
builtin-help.c perf tools: Move pr_* debug macros into debug object 2014-07-17 12:58:39 -03:00
builtin-inject.c perf inject: Fix build id injection 2014-07-16 17:57:34 -03:00
builtin-kmem.c
builtin-kvm.c perf kvm: Add stat support on s390 2014-07-16 17:57:33 -03:00
builtin-list.c
builtin-lock.c
builtin-mem.c
builtin-probe.c
builtin-record.c
builtin-report.c
builtin-sched.c perf tools: Enable close-on-exec flag on perf file descriptor 2014-07-18 09:09:34 +02:00
builtin-script.c perf script: Do not print dangling '=>' for BTS 2014-07-23 11:18:00 -03:00
builtin-stat.c
builtin-timechart.c perf tools: Move pr_* debug macros into debug object 2014-07-17 12:58:39 -03:00
builtin-top.c
builtin-trace.c perf trace: Fix build on 32-bit systems 2014-07-08 15:39:21 -03:00
builtin.h
command-list.txt
CREDITS
design.txt
Makefile
Makefile.perf perf tools: Enable close-on-exec flag on perf file descriptor 2014-07-18 09:09:34 +02:00
MANIFEST perf kvm: Add stat support on s390 2014-07-16 17:57:33 -03:00
perf-archive.sh
perf-completion.sh
perf-sys.h perf tools: Allow to use cpuinfo on s390 2014-07-07 16:55:24 -03:00
perf.c perf tools: Add --debug optionto set debug variable 2014-07-17 12:58:59 -03:00
perf.h