aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-06-21perf tools: Remove some unused functionsArnaldo Carvalho de Melo
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa
2016-06-21perf script: Fix documentation of '-f' when it should be '-F'Adrian Hunter
2016-06-21kbuild: List libelf-devel as an alternativeJean Delvare
2016-06-15perf probe: Add --cache option to cache the probe definitionsperf-core-for-mingo-20160615Masami Hiramatsu
2016-06-15perf probe: Introduce perf_cache interfacesMasami Hiramatsu
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa
2016-06-15perf stdio: Do not pass hists in hist_entry__fprintfJiri Olsa
2016-06-15perf stdio: Separate standard headers outputJiri Olsa
2016-06-15perf stdio: Separate hierarchy headers outputJiri Olsa
2016-06-15perf stdio: Separate headers outputJiri Olsa
2016-06-15perf tui: Separate hierarchy and standard headers outputJiri Olsa
2016-06-15perf tools: Fix Data Object sort entry width indexJiri Olsa
2016-06-15perf mem: Add --ldlat optionJiri Olsa
2016-06-15perf unwind: Fix compile error for static cross buildHe Kuang
2016-06-14perf probe: Uncomment and export synthesize_perf_probe_point()Masami Hiramatsu
2016-06-14perf probe: Add perf_probe_event__copy()Masami Hiramatsu
2016-06-14perf buildid: Rename and export build_id_cache__cachedir()Masami Hiramatsu
2016-06-14perf probe: Fix to add NULL check for strndupMasami Hiramatsu
2016-06-14perf tools: Fix rm_rf() to handle non-regular files correctlyMasami Hiramatsu
2016-06-14perf config: Handle NULL at perf_config_set__delete()Taeung Song
2016-06-14Merge branch 'linus' into perf/core, to pick up fixes before merging new changesIngo Molnar
2016-06-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-06-08Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linu...Ingo Molnar
2016-06-08Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linu...Ingo Molnar
2016-06-08Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar
2016-06-07perf callchain: Support aarch64 cross-platformperf-core-for-mingo-20160607He Kuang
2016-06-07perf callchain: Support x86 target platformHe Kuang
2016-06-07perf unwind: Introduce flag to separate local/remote unwind compilationHe Kuang
2016-06-07perf unwind: Change fixed name of libunwind__arch_reg_id to macroHe Kuang
2016-06-07perf unwind: Check the target platform before assigning unwind methodsHe Kuang
2016-06-07perf tools: Export normalize_arch() functionHe Kuang
2016-06-07perf tools: Extract common API out of unwind-libunwind-local.cHe Kuang
2016-06-07perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.cHe Kuang
2016-06-07perf unwind: Separate local/remote libunwind configHe Kuang
2016-06-07perf unwind: Don't mix LIBUNWIND_LIBS into LIBUNWIND_LDFLAGSHe Kuang
2016-06-07perf unwind: Move unwind__prepare_access from thread_new into thread__insert_mapHe Kuang
2016-06-07perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang
2016-06-07perf unwind: Decouple thread->address_space on libunwindHe Kuang
2016-06-07perf unwind: Use LIBUNWIND_DIR for remote libunwind feature checkHe Kuang
2016-06-07perf config: Use new perf_config_set__init() to initialize config setTaeung Song
2016-06-07perf config: Constructor should free its allocated memory when failingTaeung Song
2016-06-07perf tools: Fix crash in build_id_cache__kallsyms_path()Wang Nan
2016-06-06soreuseport: Fix reuseport_bpf testcase on 32bit architecturesHelge Deller
2016-06-06tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo
2016-06-06tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo