summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-2315-17/+24
* perf tools: Let python use correct gcc for build_extHe Kuang2016-06-221-1/+2
* perf machine: Destructors should accept NULLArnaldo Carvalho de Melo2016-06-222-6/+6
* perf tests time-to-tsc: No need to disable an event before deleting itArnaldo Carvalho de Melo2016-06-221-5/+1
* perf session: Destructors should accept NULLArnaldo Carvalho de Melo2016-06-224-7/+5
* perf evlist: Destructors should accept NULLArnaldo Carvalho de Melo2016-06-224-6/+6
* perf hists: Enlarge pid sort entry sizeJiri Olsa2016-06-222-4/+4
* perf hists browser: Introduce init()Jiri Olsa2016-06-222-15/+22
* perf hists browser: Introduce perf_evsel_browser constructorJiri Olsa2016-06-222-10/+18
* perf hists browser: Move horizontal scroll init to new()Jiri Olsa2016-06-221-13/+7
* perf hists browser: Introduce struct hist_browser title callbackJiri Olsa2016-06-222-8/+17
* perf hists browser: Make (new|delete|run) publicJiri Olsa2016-06-222-5/+10
* perf hists browser: Move hist_browser into header fileJiri Olsa2016-06-222-18/+24
* perf script stackcollapse: Remove reference to the perl interpreterArnaldo Carvalho de Melo2016-06-221-2/+0
* perf script: Add stackcollapse.py scriptPaolo Bonzini2016-06-213-0/+138
* perf evsel: Fix write_backwards fallbackArnaldo Carvalho de Melo2016-06-211-13/+10
* perf record: Add --dry-run option to check cmdline optionsWang Nan2016-06-212-0/+14
* perf llvm: Allow dump llvm output object file using llvm.dump-objWang Nan2016-06-212-0/+47
* perf tools: Remove --perf-dir and --work-dirArnaldo Carvalho de Melo2016-06-212-41/+0
* perf tools: Remove some unused functionsArnaldo Carvalho de Melo2016-06-213-69/+2
* perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa2016-06-215-38/+28
* perf script: Fix documentation of '-f' when it should be '-F'Adrian Hunter2016-06-211-10/+10
* kbuild: List libelf-devel as an alternativeJean Delvare2016-06-211-1/+1
* perf probe: Add --cache option to cache the probe definitionsMasami Hiramatsu2016-06-154-0/+15
* perf probe: Introduce perf_cache interfacesMasami Hiramatsu2016-06-152-0/+351
* perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa2016-06-157-14/+15
* perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa2016-06-157-14/+14
* perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa2016-06-155-8/+13
* perf stdio: Do not pass hists in hist_entry__fprintfJiri Olsa2016-06-151-2/+2
* perf stdio: Separate standard headers outputJiri Olsa2016-06-151-14/+24
* perf stdio: Separate hierarchy headers outputJiri Olsa2016-06-151-8/+18
* perf stdio: Separate headers outputJiri Olsa2016-06-151-29/+30
* perf tui: Separate hierarchy and standard headers outputJiri Olsa2016-06-151-7/+24
* perf tools: Fix Data Object sort entry width indexJiri Olsa2016-06-151-1/+1
* perf mem: Add --ldlat optionJiri Olsa2016-06-154-1/+21
* perf unwind: Fix compile error for static cross buildHe Kuang2016-06-151-0/+3
* perf probe: Uncomment and export synthesize_perf_probe_point()Masami Hiramatsu2016-06-142-17/+23
* perf probe: Add perf_probe_event__copy()Masami Hiramatsu2016-06-142-3/+76
* perf buildid: Rename and export build_id_cache__cachedir()Masami Hiramatsu2016-06-142-7/+7
* perf probe: Fix to add NULL check for strndupMasami Hiramatsu2016-06-141-0/+4
* perf tools: Fix rm_rf() to handle non-regular files correctlyMasami Hiramatsu2016-06-141-8/+5
* perf config: Handle NULL at perf_config_set__delete()Taeung Song2016-06-141-0/+3
* Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-06-0820-758/+1025
|\
| * perf callchain: Support aarch64 cross-platformHe Kuang2016-06-075-1/+55
| * perf callchain: Support x86 target platformHe Kuang2016-06-075-4/+63
| * perf unwind: Introduce flag to separate local/remote unwind compilationHe Kuang2016-06-071-0/+4
| * perf unwind: Change fixed name of libunwind__arch_reg_id to macroHe Kuang2016-06-072-2/+5
| * perf unwind: Check the target platform before assigning unwind methodsHe Kuang2016-06-073-5/+30
| * perf tools: Export normalize_arch() functionHe Kuang2016-06-072-1/+2
| * perf tools: Extract common API out of unwind-libunwind-local.cHe Kuang2016-06-073-34/+39