summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf report: Introduce --socket-filter optionKan Liang2015-09-145-1/+37
* perf tools: Introduce new sort type "socket" for the processor socketKan Liang2015-09-146-1/+46
* perf tools: Add processor socket info to hist_entry and addr_locationKan Liang2015-09-144-0/+11
* perf machine: Add pointer to sample's environmentArnaldo Carvalho de Melo2015-09-144-0/+5
* perf env: Introduce read_cpu_topology_map() methodArnaldo Carvalho de Melo2015-09-144-16/+44
* perf cpu_map: Use sysfs__read_int in get_{core,socket}_id()Arnaldo Carvalho de Melo2015-09-141-36/+10
* perf env: Read msr pmu type from headerKan Liang2015-09-142-0/+4
* perf tools: Add tools/include into tags directoriesJiri Olsa2015-09-141-1/+1
* perf evsel: Remove forward declaration of 'struct perf_evlist'Arnaldo Carvalho de Melo2015-09-141-1/+0
* perf hists browser: Fixup the "cpu" column width calculationArnaldo Carvalho de Melo2015-09-141-0/+1
* perf env: Adopt perf_header__set_cmdlineArnaldo Carvalho de Melo2015-09-144-40/+49
* perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo2015-09-145-11/+9
* perf env: Move perf_env out of header.h and session.c into separate objectArnaldo Carvalho de Melo2015-09-145-51/+59
* perf tests: Introduce iterator function for testsMatt Fleming2015-09-141-16/+16
* perf test: Add entry to test cpu topologyKan Liang2015-09-144-0/+121
* perf tools: Switch to tracing_path interface on appropriate placesJiri Olsa2015-09-144-39/+11
* tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa2015-09-149-20/+16
* perf tests: Print objdump/dso buffers if they don't matchJan Stancek2015-09-141-0/+16
* perf tests: Stop reading if objdump output crossed sectionsJan Stancek2015-09-141-1/+6
* perf tests: Make objdump disassemble zero blocksJan Stancek2015-09-141-1/+1
* perf tests: Take into account address of each objdump lineJan Stancek2015-09-141-13/+38
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-09-0837-218/+3177
|\
| * perf trace: Add read/write to the file groupArnaldo Carvalho de Melo2015-09-041-0/+2
| * perf probe: Print deleted events in cmd_probe()Namhyung Kim2015-09-045-10/+69
| * perf probe: Split del_perf_probe_events()Namhyung Kim2015-09-041-4/+36
| * perf probe: Move print logic into cmd_probe()Namhyung Kim2015-09-043-20/+53
| * perf probe: Link trace_probe_event into perf_probe_eventWang Nan2015-09-042-40/+22
| * perf probe: Split add_perf_probe_events()Namhyung Kim2015-09-041-4/+35
| * perf intel-pt: Add support for PERF_RECORD_SWITCHAdrian Hunter2015-09-042-33/+151
| * perf session: Don't call dump_sample() when evsel is NULLKan Liang2015-09-041-1/+1
| * 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: Move debugfs__strerror_open into tracing_path.c objectJiri Olsa2015-09-041-2/+3
| * tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa2015-09-046-79/+4
| * 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-022-0/+2
| * perf tools: Copy linux/filter.h to tools/includeHe Kuang2015-09-021-0/+1
| * perf tools: Always use non inlined file name for 'srcfile' sort keyAndi Kleen2015-09-023-7/+28
* | perf tools: Fix use of wrong event when processing exit eventsAdrian Hunter2015-09-023-4/+4
* | perf tools: Fix parse_events_add_pmu callerJiri Olsa2015-09-021-1/+1
|/
* perf tools: Fix link time error with sample_reg_masks on non x86Stephane Eranian2015-09-013-23/+27
OpenPOWER on IntegriCloud