summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa2-4/+4
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa1-1/+2
2016-06-15perf tools: Fix Data Object sort entry width indexJiri Olsa1-1/+1
2016-06-15perf mem: Add --ldlat optionJiri Olsa2-1/+17
2016-06-14perf probe: Uncomment and export synthesize_perf_probe_point()Masami Hiramatsu2-17/+23
2016-06-14perf probe: Add perf_probe_event__copy()Masami Hiramatsu2-3/+76
2016-06-14perf buildid: Rename and export build_id_cache__cachedir()Masami Hiramatsu2-7/+7
2016-06-14perf probe: Fix to add NULL check for strndupMasami Hiramatsu1-0/+4
2016-06-14perf tools: Fix rm_rf() to handle non-regular files correctlyMasami Hiramatsu1-8/+5
2016-06-14perf config: Handle NULL at perf_config_set__delete()Taeung Song1-0/+3
2016-06-08Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linu...Ingo Molnar12-746/+966
2016-06-08Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linu...Ingo Molnar9-21/+213
2016-06-08Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar5-8/+8
2016-06-07perf callchain: Support aarch64 cross-platformHe Kuang3-0/+40
2016-06-07perf callchain: Support x86 target platformHe Kuang3-2/+51
2016-06-07perf unwind: Introduce flag to separate local/remote unwind compilationHe Kuang1-0/+4
2016-06-07perf unwind: Change fixed name of libunwind__arch_reg_id to macroHe Kuang2-2/+5
2016-06-07perf unwind: Check the target platform before assigning unwind methodsHe Kuang3-5/+30
2016-06-07perf tools: Extract common API out of unwind-libunwind-local.cHe Kuang3-34/+39
2016-06-07perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.cHe Kuang2-1/+1
2016-06-07perf unwind: Move unwind__prepare_access from thread_new into thread__insert_mapHe Kuang3-7/+22
2016-06-07perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang3-5/+61
2016-06-07perf unwind: Decouple thread->address_space on libunwindHe Kuang1-4/+1
2016-06-07perf config: Use new perf_config_set__init() to initialize config setTaeung Song1-1/+46
2016-06-07perf config: Constructor should free its allocated memory when failingTaeung Song1-2/+4
2016-06-07perf tools: Fix crash in build_id_cache__kallsyms_path()Wang Nan1-7/+4
2016-06-07tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo1-3/+3
2016-06-07tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo1-15/+12
2016-06-07tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo1-2/+2
2016-06-07tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo1-1/+1
2016-06-07tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo1-28/+24
2016-06-07tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo1-12/+6
2016-06-07tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo1-14/+9
2016-06-06perf config: Handle the error when config set is NULL at collect_config()Taeung Song1-1/+5
2016-06-06perf config: Fix abnormal termination at perf_parse_file()Taeung Song1-9/+7
2016-06-06perf stat: Add computation of TopDown formulasAndi Kleen3-0/+172
2016-06-06perf stat: Basic support for TopDown in perf statAndi Kleen2-0/+8
2016-06-03perf evlist: Fix alloc_mmap() failure pathWang Nan1-1/+4
2016-06-03perf evsel: Provide way to extract integer value from format_fieldArnaldo Carvalho de Melo2-10/+17
2016-06-03tools/perf: Handle -EOPNOTSUPP for sampling eventsVineet Gupta1-0/+3
2016-05-30perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidMasami Hiramatsu4-31/+96
2016-05-30perf symbols: Cleanup the code flow of dso__find_kallsymsMasami Hiramatsu1-23/+13
2016-05-30perf symbols: Introduce filename__readable to check readabilityMasami Hiramatsu1-10/+22
2016-05-30tools: Pass arg to fdarray__filter's call back functionWang Nan1-2/+3
2016-05-30perf evlist: Choose correct reading direction according to evlist->backwardWang Nan2-1/+10
2016-05-30perf evlist: Check 'base' pointer before checking refcnt when put a mmapWang Nan1-2/+4
2016-05-30perf evlist: Don't poll and mmap overwritable eventsWang Nan1-4/+19
2016-05-30perf tools: Per event max-stack settingsArnaldo Carvalho de Melo7-2/+29
2016-05-30perf thread: Adopt get_main_thread from db-export.cAndi Kleen3-12/+14
2016-05-27perf ctf: Convert invalid chars in a string before set valueWang Nan1-2/+39