summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-168-2326/+66
|\
| * Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar2019-09-066-2260/+1
| |\
| | * x86/mpx: Remove selftests themselvesDave Hansen2019-07-225-2259/+0
| | * x86/mpx: Remove selftests Makefile entryDave Hansen2019-07-221-1/+1
| * | Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar2019-09-0211-67/+127
| |\ \
| * | | x86/intel: Aggregate microserver namingPeter Zijlstra2019-08-281-11/+11
| * | | x86/intel: Aggregate big core graphics namingPeter Zijlstra2019-08-281-9/+9
| * | | x86/intel: Aggregate big core mobile namingPeter Zijlstra2019-08-281-20/+20
| * | | x86/intel: Aggregate big core client namingPeter Zijlstra2019-08-281-14/+14
| * | | Merge tag 'v5.3-rc6' into x86/cpu, to pick up fixesIngo Molnar2019-08-2688-254/+1257
| |\ \ \
| * | | | x86: Remove X86_FEATURE_MFENCE_RDTSCJosh Poimboeuf2019-07-221-1/+0
| | |_|/ | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-16423-8721/+12913
|\ \ \ \
| * \ \ \ Merge tag 'perf-core-for-mingo-5.4-20190901' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-09-02267-3578/+1319
| |\ \ \ \
| | * | | | objtool: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo2019-08-311-4/+5
| | * | | | objtool: Update sync-check.sh from perf's check-headers.shArnaldo Carvalho de Melo2019-08-311-5/+26
| | * | | | perf build: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo2019-08-311-4/+4
| | * | | | perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf2019-08-3116-2632/+23
| | * | | | perf intel-pt: Remove inat.c from build dependency listJosh Poimboeuf2019-08-311-1/+1
| | * | | | perf: Update .gitignore fileJosh Poimboeuf2019-08-311-0/+3
| | * | | | objtool: Move x86 insn decoder to a common locationJosh Poimboeuf2019-08-3112-12/+12
| | * | | | perf metricgroup: Support multiple events for metricgroupJin Yao2019-08-313-44/+68
| | * | | | perf metricgroup: Scale the metric resultJin Yao2019-08-313-11/+31
| | * | | | perf pmu: Change convert_scale from static to globalJin Yao2019-08-312-3/+5
| | * | | | perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo2019-08-3122-19/+47
| | * | | | perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-3141-38/+98
| | * | | | perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-3132-32/+33
| | * | | | perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-316-6/+6
| | * | | | perf tools: Remove needless thread_map.h include directivesArnaldo Carvalho de Melo2019-08-313-3/+0
| | * | | | perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo2019-08-319-9/+0
| | * | | | perf tools: Remove needless map.h include directivesArnaldo Carvalho de Melo2019-08-313-7/+3
| | * | | | perf probe: No need for symbol.h, symbol_conf is enoughArnaldo Carvalho de Melo2019-08-311-1/+1
| | * | | | perf tools: Remove needless sort.h include directivesArnaldo Carvalho de Melo2019-08-315-3/+2
| | * | | | perf tools: Move 'struct events_stats' and prototypes to separate headerArnaldo Carvalho de Melo2019-08-316-47/+58
| | * | | | perf hist: Remove needless ui/progress.h from hist.hArnaldo Carvalho de Melo2019-08-314-1/+4
| | * | | | perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-3149-257/+331
| | * | | | perf symbols: Move symsrc prototypes to a separate headerArnaldo Carvalho de Melo2019-08-3110-33/+58
| | * | | | perf symbols: Add missing linux/refcount.h to symbol.hArnaldo Carvalho de Melo2019-08-311-0/+1
| | * | | | perf symbol: Move C++ demangle defines to the only file using itArnaldo Carvalho de Melo2019-08-312-6/+6
| | * | | | perf dso: Adopt DSO related macros from symbol.hArnaldo Carvalho de Melo2019-08-316-3/+7
| | * | | | libtraceevent: Change users plugin directoryTzvetomir Stoyanov2019-08-312-4/+4
| | * | | | libtraceevent: Remove tep_register_trace_clock()Tzvetomir Stoyanov2019-08-313-14/+0
| | * | | | libtraceevent, perf tools: Changes in tep_print_event_* APIsTzvetomir Stoyanov2019-08-317-200/+203
| | * | | | perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo2019-08-318-6/+20
| | * | | | perf env: Remove env.h from other headers where just a fwd decl is neededArnaldo Carvalho de Melo2019-08-315-3/+9
| | * | | | perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-3175-6/+104
| | * | | | perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo2019-08-2923-3/+24
| | * | | | perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-2948-51/+0
| | * | | | perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo2019-08-2921-3/+18
| | * | | | perf time-utils: Adopt rdclock() from perf.hArnaldo Carvalho de Melo2019-08-294-9/+11
| | * | | | perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo2019-08-2923-23/+34