summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-133-60/+74
* perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang2015-04-131-0/+1
* perf evlist: Fix type for references to data_head/tailDavid Ahern2015-04-102-8/+7
* perf probe: Support multiple probes on different binariesMasami Hiramatsu2015-04-102-5/+6
* perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang2015-04-103-9/+4
* perf tools: Fix cross-endian analysisDavid Ahern2015-04-101-1/+4
* perf tools: Fix error path to do closedir() when synthesizing threadsArnaldo Carvalho de Melo2015-04-101-8/+9
* perf tools: Fix synthesizing fork_event.ppid for non-main threadDavid Ahern2015-04-101-2/+12
* perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa2015-04-082-2/+8
* perf probe: Fix ARM 32 building errorWang Nan2015-04-081-1/+2
* perf tools: Merge all perf_event_attr print functionsPeter Zijlstra2015-04-083-182/+141
* perf record: Add clockid parameterPeter Zijlstra2015-04-082-4/+58
* perf kmaps: Check kmaps to make code more robustWang Nan2015-04-087-16/+70
* perf evlist: Fix inverted logic in perf_mmap__emptyHe Kuang2015-04-081-1/+1
* perf data: Support using -f to override perf.data file ownership for 'convert'Yunlong Song2015-04-022-2/+3
* perf kvm: Support using -f to override perf.data.guest file ownershipYunlong Song2015-04-021-0/+1
* perf evlist: Support using -f to override perf.data file ownershipYunlong Song2015-04-021-0/+1
* perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu2015-04-022-5/+17
* perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo2015-04-023-3/+1
* perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo2015-04-023-4/+4
* perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo2015-04-024-14/+8
* perf ordered_samples: Remove references to perf_{evlist,tool} and machinesArnaldo Carvalho de Melo2015-03-315-47/+37
* perf session: Always initialize ordered_eventsArnaldo Carvalho de Melo2015-03-311-3/+2
* perf tools: Fix ppid for synthesized fork eventsDavid Ahern2015-03-311-33/+50
* perf tools: Refactor comm/tgid lookupDavid Ahern2015-03-311-28/+44
* perf callchain: Fix kernel symbol resolution by remembering the cpumodeDavid Hildenbrand2015-03-311-14/+14
* Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...Ingo Molnar2015-03-271-0/+2
|\
| * perf annotate: Fix fallback to unparsed disassembler lineArnaldo Carvalho de Melo2015-03-051-0/+2
* | perf evlist: Return the first evsel with an invalid filter in apply_filters()Arnaldo Carvalho de Melo2015-03-262-3/+5
* | perf timechart: Fix SIBGUS error on sparc64David Ahern2015-03-261-1/+1
* | perf tools: Add pid/tid filtering to report and script commandsDavid Ahern2015-03-243-1/+48
* | tools lib traceevent: Add support for __print_array()Javi Merino2015-03-242-0/+10
* | perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo2015-03-244-13/+92
* | perf target: Simplify handling of strerror_r returnArnaldo Carvalho de Melo2015-03-241-5/+2
* | perf tools: Work around lack of sched_getcpu in glibc < 2.6.Vinson Lee2015-03-242-0/+12
* | perf probe: Fix to get ummapped symbol address on kernelMasami Hiramatsu2015-03-241-1/+4
* | perf tools: Remove (null) value of "Sort order" for perf mem reportYunlong Song2015-03-241-0/+1
* | perf annotate: Allow annotation for decompressed kernel modulesJiri Olsa2015-03-231-1/+31
* | perf tools: Try to lookup kernel module map before creating oneJiri Olsa2015-03-231-0/+5
* | perf tools: Remove is_kmodule_extension functionJiri Olsa2015-03-232-12/+0
* | perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa2015-03-234-7/+4
* | perf tools: Use kmod_path__parse in is_kernel_moduleJiri Olsa2015-03-231-10/+6
* | perf tools: Use kmod_path__parse in decompress_kmoduleJiri Olsa2015-03-231-9/+11
* | perf tools: Use kmod_path__parse in map_groups__set_modules_path_dirJiri Olsa2015-03-231-24/+41
* | perf tools: Use kmod_path__parse for machine__new_dsoJiri Olsa2015-03-211-38/+21
* | perf tools: Add machine__module_dso functionJiri Olsa2015-03-211-11/+25
* | perf tools: Add dsos__addnew functionJiri Olsa2015-03-212-9/+13
* | perf tools: Add kmod_path__parse functionJiri Olsa2015-03-212-0/+80
* | perf tools: Add lzma decompression support for kernel moduleJiri Olsa2015-03-214-0/+103
* | perf probe: Fix failure to add multiple probes without debuginfoHe Kuang2015-03-211-3/+1