aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAge
...
* | | perf tools: Remove some unused functionsArnaldo Carvalho de Melo2016-06-21
* | | perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa2016-06-21
* | | perf script: Fix documentation of '-f' when it should be '-F'Adrian Hunter2016-06-21
* | | kbuild: List libelf-devel as an alternativeJean Delvare2016-06-21
* | | perf probe: Add --cache option to cache the probe definitionsMasami Hiramatsu2016-06-15
* | | perf probe: Introduce perf_cache interfacesMasami Hiramatsu2016-06-15
* | | perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa2016-06-15
* | | perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa2016-06-15
* | | perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa2016-06-15
* | | perf stdio: Do not pass hists in hist_entry__fprintfJiri Olsa2016-06-15
* | | perf stdio: Separate standard headers outputJiri Olsa2016-06-15
* | | perf stdio: Separate hierarchy headers outputJiri Olsa2016-06-15
* | | perf stdio: Separate headers outputJiri Olsa2016-06-15
* | | perf tui: Separate hierarchy and standard headers outputJiri Olsa2016-06-15
* | | perf tools: Fix Data Object sort entry width indexJiri Olsa2016-06-15
* | | perf mem: Add --ldlat optionJiri Olsa2016-06-15
* | | perf unwind: Fix compile error for static cross buildHe Kuang2016-06-15
* | | perf probe: Uncomment and export synthesize_perf_probe_point()Masami Hiramatsu2016-06-14
* | | perf probe: Add perf_probe_event__copy()Masami Hiramatsu2016-06-14
* | | perf buildid: Rename and export build_id_cache__cachedir()Masami Hiramatsu2016-06-14
* | | perf probe: Fix to add NULL check for strndupMasami Hiramatsu2016-06-14
* | | perf tools: Fix rm_rf() to handle non-regular files correctlyMasami Hiramatsu2016-06-14
* | | perf config: Handle NULL at perf_config_set__delete()Taeung Song2016-06-14
* | | Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-06-08
|\ \ \
| * | | perf callchain: Support aarch64 cross-platformHe Kuang2016-06-07
| * | | perf callchain: Support x86 target platformHe Kuang2016-06-07
| * | | perf unwind: Introduce flag to separate local/remote unwind compilationHe Kuang2016-06-07
| * | | perf unwind: Change fixed name of libunwind__arch_reg_id to macroHe Kuang2016-06-07
| * | | perf unwind: Check the target platform before assigning unwind methodsHe Kuang2016-06-07
| * | | perf tools: Export normalize_arch() functionHe Kuang2016-06-07
| * | | perf tools: Extract common API out of unwind-libunwind-local.cHe Kuang2016-06-07
| * | | perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.cHe Kuang2016-06-07
| * | | perf unwind: Separate local/remote libunwind configHe Kuang2016-06-07
| * | | perf unwind: Don't mix LIBUNWIND_LIBS into LIBUNWIND_LDFLAGSHe Kuang2016-06-07
| * | | perf unwind: Move unwind__prepare_access from thread_new into thread__insert_mapHe Kuang2016-06-07
| * | | perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang2016-06-07
| * | | perf unwind: Decouple thread->address_space on libunwindHe Kuang2016-06-07
| * | | perf unwind: Use LIBUNWIND_DIR for remote libunwind feature checkHe Kuang2016-06-07
| * | | perf config: Use new perf_config_set__init() to initialize config setTaeung Song2016-06-07
| * | | perf config: Constructor should free its allocated memory when failingTaeung Song2016-06-07
| * | | perf tools: Fix crash in build_id_cache__kallsyms_path()Wang Nan2016-06-07
| * | | tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo2016-06-06
| * | | tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo2016-06-06
| * | | tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo2016-06-06
| * | | tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo2016-06-06
| * | | tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo2016-06-06
| * | | tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo2016-06-06
| * | | tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo2016-06-06
* | | | Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-06-08
|\| | |
| * | | perf config: Handle the error when config set is NULL at collect_config()Taeung Song2016-06-06