aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds67-906/+3246
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-10perf evlist: Fix type for references to data_head/tailDavid Ahern2-8/+7
2015-04-10perf probe: Support multiple probes on different binariesMasami Hiramatsu2-5/+6
2015-04-10perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang3-9/+4
2015-04-10perf tools: Fix cross-endian analysisDavid Ahern1-1/+4
2015-04-10perf tools: Fix error path to do closedir() when synthesizing threadsArnaldo Carvalho de Melo1-8/+9
2015-04-10perf tools: Fix synthesizing fork_event.ppid for non-main threadDavid Ahern1-2/+12
2015-04-08perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa2-2/+8
2015-04-08perf probe: Fix ARM 32 building errorWang Nan1-1/+2
2015-04-08perf tools: Merge all perf_event_attr print functionsPeter Zijlstra3-182/+141
2015-04-08perf record: Add clockid parameterPeter Zijlstra2-4/+58
2015-04-08perf kmaps: Check kmaps to make code more robustWang Nan7-16/+70
2015-04-08perf evlist: Fix inverted logic in perf_mmap__emptyHe Kuang1-1/+1
2015-04-02perf data: Support using -f to override perf.data file ownership for 'convert'Yunlong Song2-2/+3
2015-04-02perf kvm: Support using -f to override perf.data.guest file ownershipYunlong Song1-0/+1
2015-04-02perf evlist: Support using -f to override perf.data file ownershipYunlong Song1-0/+1
2015-04-02perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu2-5/+17
2015-04-02perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo3-3/+1
2015-04-02perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo3-4/+4
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo4-14/+8
2015-03-31perf ordered_samples: Remove references to perf_{evlist,tool} and machinesArnaldo Carvalho de Melo5-47/+37
2015-03-31perf session: Always initialize ordered_eventsArnaldo Carvalho de Melo1-3/+2
2015-03-31perf tools: Fix ppid for synthesized fork eventsDavid Ahern1-33/+50
2015-03-31perf tools: Refactor comm/tgid lookupDavid Ahern1-28/+44
2015-03-31perf callchain: Fix kernel symbol resolution by remembering the cpumodeDavid Hildenbrand1-14/+14
2015-03-27Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the treeIngo Molnar1-0/+2
2015-03-26perf evlist: Return the first evsel with an invalid filter in apply_filters()Arnaldo Carvalho de Melo2-3/+5
2015-03-26perf timechart: Fix SIBGUS error on sparc64David Ahern1-1/+1
2015-03-24perf tools: Add pid/tid filtering to report and script commandsDavid Ahern3-1/+48
2015-03-24tools lib traceevent: Add support for __print_array()Javi Merino2-0/+10
2015-03-24perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo4-13/+92
2015-03-24perf target: Simplify handling of strerror_r returnArnaldo Carvalho de Melo1-5/+2
2015-03-24perf tools: Work around lack of sched_getcpu in glibc < 2.6.Vinson Lee2-0/+12
2015-03-24perf probe: Fix to get ummapped symbol address on kernelMasami Hiramatsu1-1/+4
2015-03-24perf tools: Remove (null) value of "Sort order" for perf mem reportYunlong Song1-0/+1
2015-03-23perf annotate: Allow annotation for decompressed kernel modulesJiri Olsa1-1/+31
2015-03-23perf tools: Try to lookup kernel module map before creating oneJiri Olsa1-0/+5
2015-03-23perf tools: Remove is_kmodule_extension functionJiri Olsa2-12/+0
2015-03-23perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa4-7/+4
2015-03-23perf tools: Use kmod_path__parse in is_kernel_moduleJiri Olsa1-10/+6
2015-03-23perf tools: Use kmod_path__parse in decompress_kmoduleJiri Olsa1-9/+11
2015-03-23perf tools: Use kmod_path__parse in map_groups__set_modules_path_dirJiri Olsa1-24/+41
2015-03-23Merge tag 'v4.0-rc5' into x86/asm, to resolve conflictsIngo Molnar1-0/+2
2015-03-21perf tools: Use kmod_path__parse for machine__new_dsoJiri Olsa1-38/+21
2015-03-21perf tools: Add machine__module_dso functionJiri Olsa1-11/+25
2015-03-21perf tools: Add dsos__addnew functionJiri Olsa2-9/+13
2015-03-21perf tools: Add kmod_path__parse functionJiri Olsa2-0/+80
2015-03-21perf tools: Add lzma decompression support for kernel moduleJiri Olsa4-0/+103
2015-03-21perf probe: Fix failure to add multiple probes without debuginfoHe Kuang1-3/+1