summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* | perf tools: Fix race in build_id_cache__add_s()Milos Vyletel2015-03-201-1/+2
* | perf report: Don't allow empty argument for '-t'.Wang Nan2015-03-192-2/+21
* | perf callchain: Separate eh/debug frame offset cache.Wang Nan2015-03-192-5/+6
* | perf hists browser: Allow annotating entries in callchainsArnaldo Carvalho de Melo2015-03-171-0/+9
* | perf hists: Remove hist_entry->used, not used anymoreArnaldo Carvalho de Melo2015-03-172-8/+1
* | perf data: Add tracepoint events fields CTF conversion supportSebastian Andrzej Siewior2015-03-131-0/+242
* | perf probe: Fix compiles due to declarations using perf_probe_pointDavid Ahern2015-03-121-4/+6
* | perf hists browser: Fix UI bug after zoom into thread/dso/symbolHe Kuang2015-03-121-0/+1
* | perf probe: Fix possible double free on errorHe Kuang2015-03-121-1/+5
* | perf probe: Allow weak symbols to be probedNamhyung Kim2015-03-121-8/+4
* | perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim2015-03-123-1/+4
* | Revert "perf probe: Fix to fall back to find probe point in symbols"Masami Hiramatsu2015-03-121-4/+2
* | perf probe: Fix --line to handle aliased symbols in glibcMasami Hiramatsu2015-03-121-2/+33
* | perf probe: Fix to handle aliased symbols in glibcMasami Hiramatsu2015-03-121-16/+124
* | perf ordered_events: Adopt queue() methodArnaldo Carvalho de Melo2015-03-123-31/+35
OpenPOWER on IntegriCloud