alistair23-linux/tools/perf
Linus Torvalds a7fc726bb2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Thomas Gleixner:
 "A set of perf related fixes:

   - fix a CR4.PCE propagation issue caused by usage of mm instead of
     active_mm and therefore propagated the wrong value.

   - perf core fixes, which plug a use-after-free issue and make the
     event inheritance on fork more robust.

   - a tooling fix for symbol handling"

* 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf symbols: Fix symbols__fixup_end heuristic for corner cases
  x86/perf: Clarify why x86_pmu_event_mapped() isn't racy
  x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm
  perf/core: Better explain the inherit magic
  perf/core: Simplify perf_event_free_task()
  perf/core: Fix event inheritance on fork()
  perf/core: Fix use-after-free in perf_release()
2017-03-17 13:59:52 -07:00
..
arch
bench perf bench numa: Make sure dprintf() is not defined 2017-02-14 15:19:18 -03:00
Documentation Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-02-28 11:38:18 -08:00
jvmti
pmu-events perf utils: Check verbose flag properly 2017-02-20 11:35:54 -03:00
python
scripts
tests perf utils: Check verbose flag properly 2017-02-20 11:35:54 -03:00
trace
ui perf utils: Check verbose flag properly 2017-02-20 11:35:54 -03:00
util Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-03-17 13:59:52 -07:00
.gitignore
Build
builtin-annotate.c perf annotate: Add -q/--quiet option 2017-02-20 11:47:18 -03:00
builtin-bench.c
builtin-buildid-cache.c
builtin-buildid-list.c
builtin-c2c.c
builtin-config.c
builtin-data.c
builtin-diff.c perf diff: Add -q/--quiet option 2017-02-20 11:47:08 -03:00
builtin-evlist.c
builtin-ftrace.c
builtin-help.c
builtin-inject.c
builtin-kallsyms.c
builtin-kmem.c perf symbols: No need to check if sym->name is NULL 2017-02-13 17:22:34 -03:00
builtin-kvm.c
builtin-list.c
builtin-lock.c
builtin-mem.c perf utils: Check verbose flag properly 2017-02-20 11:35:54 -03:00
builtin-probe.c
builtin-record.c perf record: Honor --quiet option properly 2017-02-20 11:50:36 -03:00
builtin-report.c perf report: Add -q/--quiet option 2017-02-20 11:46:58 -03:00
builtin-sched.c perf utils: Check verbose flag properly 2017-02-20 11:35:54 -03:00
builtin-script.c
builtin-stat.c perf utils: Check verbose flag properly 2017-02-20 11:35:54 -03:00
builtin-timechart.c
builtin-top.c perf utils: Check verbose flag properly 2017-02-20 11:35:54 -03:00
builtin-trace.c perf utils: Check verbose flag properly 2017-02-20 11:35:54 -03:00
builtin-version.c
builtin.h
check-headers.sh
command-list.txt
CREDITS
design.txt
Makefile
Makefile.config tools perf scripting python: clang doesn't have -spec, remove it 2017-02-17 10:31:13 -03:00
Makefile.perf perf build: Add special fixdep cleaning rule 2017-02-17 16:04:38 -03:00
MANIFEST
perf-archive.sh
perf-completion.sh
perf-read-vdso.c
perf-sys.h
perf-with-kcore.sh
perf.c
perf.h