summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* x86/insn: perf tools: Add new xsave instructionsAdrian Hunter2015-09-044-0/+93
* x86/insn: perf tools: Add new memory protection keys instructionsAdrian Hunter2015-09-042-1/+5
* x86/insn: perf tools: Add new memory instructionsAdrian Hunter2015-09-044-2/+104
* x86/insn: perf tools: Add new SHA instructionsAdrian Hunter2015-09-044-0/+1038
* x86/insn: perf tools: Pedantically tweak opcode map for MPX instructionsAdrian Hunter2015-09-041-2/+6
* perf tools: Add a test for decoding of new x86 instructionsAdrian Hunter2015-09-049-0/+1390
* perf tools: Display build warning if x86 instruction decoder differs from kernelAdrian Hunter2015-09-041-1/+12
* tools lib api fs: Add FSTYPE__configured() methodJiri Olsa2015-09-042-10/+18
* tools lib api fs: Add FSTYPE__mount() methodJiri Olsa2015-09-042-9/+50
* tools lib api fs: Add tracefs into fs.c objectJiri Olsa2015-09-042-0/+29
* tools lib api fs: Add debugfs into fs.c objectJiri Olsa2015-09-042-6/+26
* tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.cJiri Olsa2015-09-042-8/+8
* tools lib api fs: Add STR and PATH_MAX macros to fs objectJiri Olsa2015-09-042-0/+11
* tools lib api fs: Move debugfs__strerror_open into tracing_path.c objectJiri Olsa2015-09-044-54/+60
* tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa2015-09-049-79/+101
* perf tools: Move tracing_path stuff under same namespaceJiri Olsa2015-09-023-16/+18
* perf tools: Remove mountpoint arg from perf_debugfs_mountJiri Olsa2015-09-023-9/+9
* perf stat: Quieten failed to read counter messageAndi Kleen2015-09-021-1/+1
* perf tools: Store the cpu socket and core ids in the perf.data headerKan Liang2015-09-023-5/+96
* perf cpumap: Factor out functions to get core_id and socket_idKan Liang2015-09-022-18/+35
* tools lib traceevent: Support function __get_dynamic_array_lenHe Kuang2015-09-024-2/+57
* perf tools: Copy linux/filter.h to tools/includeHe Kuang2015-09-022-0/+232
* perf tools: Always use non inlined file name for 'srcfile' sort keyAndi Kleen2015-09-023-7/+28
* perf tools: Fix link time error with sample_reg_masks on non x86Stephane Eranian2015-09-013-23/+27
* perf build: Fix Intel PT instruction decoder dependency problemWang Nan2015-09-011-0/+1
* perf dwarf: Fix potential array out of bounds accessWang Nan2015-09-013-3/+3
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-09-0117-13/+193
|\
| * perf record: Add ability to name registers to recordStephane Eranian2015-08-317-5/+89
| * perf/x86: Add list of register namesStephane Eranian2015-08-313-0/+38
| * perf script: Enable printing of interrupted machine stateStephane Eranian2015-08-312-2/+31
| * perf evlist: Open event on evsel cpus and threadsKan Liang2015-08-312-1/+5
| * bpf tools: New API to get name from a BPF objectWang Nan2015-08-313-5/+26
| * perf tools: Fix build on powerpc broken by pt/btsAdrian Hunter2015-08-312-0/+4
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-08-31175-1372/+17836
|\|
| * Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-08-3129-102/+433
| |\
| | * perf evlist: Add backpointer for perf_env to evlistKan Liang2015-08-282-0/+2
| | * perf tools: Rename perf_session_env to perf_envKan Liang2015-08-2810-21/+21
| | * perf tools: Do not change lib/api/fs/debugfs directlyJiri Olsa2015-08-282-2/+1
| | * perf tools: Add tracing_path and remove unneeded functionsJiri Olsa2015-08-282-53/+5
| | * perf buildid: Introduce sysfs/filename__sprintf_build_idMasami Hiramatsu2015-08-284-26/+47
| | * perf evsel: Add a backpointer to the evlist a evsel is inArnaldo Carvalho de Melo2015-08-283-0/+8
| | * perf trace: Add header with copyright and background infoArnaldo Carvalho de Melo2015-08-281-0/+19
| | * perf scripts python: Add new compaction-times scriptTony Jones2015-08-283-0/+317
| | * tools lib traceeveent: Allow for negative numbers in print formatSteven Rostedt2015-08-281-0/+1
| | * perf script: Add --[no-]-demangle/--[no-]-demangle-kernelMark Drayton2015-08-282-0/+12
| * | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-08-311-3/+2
| |\ \ | | |/ | |/|
| | * perf stat: Get correct cpu id for print_aggrKan Liang2015-08-281-3/+2
| * | perf probe: Support probing at absolute addressWang Nan2015-08-263-24/+163
| * | perf probe: Fix error reported when offset without functionWang Nan2015-08-261-3/+7
| * | perf probe: Fix list result when address is zeroWang Nan2015-08-261-3/+25