summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa2016-06-152-4/+4
* perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa2016-06-151-1/+2
* perf tools: Fix Data Object sort entry width indexJiri Olsa2016-06-151-1/+1
* perf mem: Add --ldlat optionJiri Olsa2016-06-152-1/+17
* 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-0812-746/+966
|\
| * perf callchain: Support aarch64 cross-platformHe Kuang2016-06-073-0/+40
| * perf callchain: Support x86 target platformHe Kuang2016-06-073-2/+51
| * 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: Extract common API out of unwind-libunwind-local.cHe Kuang2016-06-073-34/+39
| * perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.cHe Kuang2016-06-072-1/+1
| * perf unwind: Move unwind__prepare_access from thread_new into thread__insert_mapHe Kuang2016-06-073-7/+22
| * perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang2016-06-073-5/+61
| * perf unwind: Decouple thread->address_space on libunwindHe Kuang2016-06-071-4/+1
| * perf config: Use new perf_config_set__init() to initialize config setTaeung Song2016-06-071-1/+46
| * perf config: Constructor should free its allocated memory when failingTaeung Song2016-06-071-2/+4
| * perf tools: Fix crash in build_id_cache__kallsyms_path()Wang Nan2016-06-071-7/+4
| * tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo2016-06-061-3/+3
| * tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo2016-06-061-15/+12
| * tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo2016-06-061-2/+2
| * tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo2016-06-061-1/+1
| * tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo2016-06-061-28/+24
| * tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo2016-06-061-12/+6
| * tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo2016-06-061-14/+9
* | Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-06-089-21/+213
|\|
| * perf config: Handle the error when config set is NULL at collect_config()Taeung Song2016-06-061-1/+5
| * perf config: Fix abnormal termination at perf_parse_file()Taeung Song2016-06-061-9/+7
| * perf stat: Add computation of TopDown formulasAndi Kleen2016-06-063-0/+172
| * perf stat: Basic support for TopDown in perf statAndi Kleen2016-06-062-0/+8
| * perf evlist: Fix alloc_mmap() failure pathWang Nan2016-06-031-1/+4
| * perf evsel: Provide way to extract integer value from format_fieldArnaldo Carvalho de Melo2016-06-032-10/+17
* | Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2016-06-085-8/+8
|\ \ | |/ |/|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-2521-47/+240
| |\
| * \ Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-4/+4
| |\ \
| | * | perf tools: Fix perf regs mask generationNaveen N. Rao2016-05-111-4/+4
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-174-4/+4
| |\ \ \
| | * | | tools/perf: Fix misspellings in comments.Adam Buchbinder2016-04-184-4/+4
| | |/ /
* | | | tools/perf: Handle -EOPNOTSUPP for sampling eventsVineet Gupta2016-06-031-0/+3
* | | | perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidMasami Hiramatsu2016-05-304-31/+96
* | | | perf symbols: Cleanup the code flow of dso__find_kallsymsMasami Hiramatsu2016-05-301-23/+13
* | | | perf symbols: Introduce filename__readable to check readabilityMasami Hiramatsu2016-05-301-10/+22
* | | | tools: Pass arg to fdarray__filter's call back functionWang Nan2016-05-301-2/+3
* | | | perf evlist: Choose correct reading direction according to evlist->backwardWang Nan2016-05-302-1/+10