summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2014-09-18perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu2-5/+7
2014-09-18perf symbols: Add path to Ubuntu kernel debuginfo fileAnton Blanchard1-1/+7
2014-09-18perf symbols: Ignore stripped vmlinux and fallback to kallsymsAnton Blanchard1-0/+8
2014-09-18perf tools: define _DEFAULT_SOURCE for glibc_2.20Chanho Park1-0/+2
2014-09-18perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo1-1/+1
2014-09-18perf tools: Disable kernel symbol demangling by defaultAvi Kivity3-1/+8
2014-09-18perf tools: Add perf_pmu__scan_file()Adrian Hunter2-0/+40
2014-09-18perf tools: Let default config be defined for a PMUAdrian Hunter3-18/+40
2014-09-18perf tools: Let a user specify a PMU event without any config termsAdrian Hunter2-0/+16
2014-09-18perf kvm stat report: Save pid string in opts.target.pidAlexander Yarygin1-1/+0
2014-09-18perf tools: Add +field argument support for --sort optionJiri Olsa1-1/+36
2014-08-24perf tools: Add +field argument support for --field optionJiri Olsa2-5/+20
2014-08-22perf machine: Fallback to MAP__FUNCTION if daddr maps are NULLDon Zickus1-0/+10
2014-08-22perf tools: Add machine__kernel_ip()Adrian Hunter3-3/+43
2014-08-22perf machine: Rename machine__get_kernel_start_addr() methodAdrian Hunter1-4/+4
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter4-0/+20
2014-08-20perf symbols: Don't try to find DSOs in SYSV mapsDon Zickus1-0/+1
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu8-14/+36
2014-08-15perf probe: Make error messages thread-safeMasami Hiramatsu2-15/+20
2014-08-15perf: Use strerror_r instead of strerrorMasami Hiramatsu1-0/+3
2014-08-15perf probe: Don't use strerror if strlist__add failedMasami Hiramatsu1-2/+4
2014-08-15perf report: Relax -g option parsing not to limit the option orderNamhyung Kim1-57/+38
2014-08-15perf tools: Annotate PMU related list_head members with type infoCody P Schafer2-5/+5
2014-08-15perf annotate: Don't truncate Intel style addressesAlex Converse1-3/+9
2014-08-15perf probe: Warn user to rebuild target with debuginfoMasami Hiramatsu1-18/+23
2014-08-14perf evlist: Add perf_evlist__enable_event_idx()Adrian Hunter2-0/+49
2014-08-14perf tools: Add flags and insn_len to struct sampleAdrian Hunter1-0/+2
2014-08-14perf machine: Add machine__thread_exec_comm()Adrian Hunter3-1/+53
2014-08-14perf tools: Identify which comms are from execAdrian Hunter5-11/+40
2014-08-14perf script python: Add helpers for calling Python objectsAdrian Hunter1-67/+47
2014-08-14perf session: Add perf_session__peek_event()Adrian Hunter2-0/+60
2014-08-14perf evlist: Add perf_evlist__set_tracking_event()Adrian Hunter5-2/+24
2014-08-14perf evlist: Add 'system_wide' optionAdrian Hunter3-13/+64
2014-08-14perf symbols: Fix missing label symbolsAdrian Hunter1-1/+1
2014-08-14perf symbols: Don't demangle parameters and such by defaultNamhyung Kim2-2/+6
2014-08-14perf top: Fix -z option behaviorNamhyung Kim2-0/+23
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim3-11/+20
2014-08-13perf symbols: Fix a memory leak in vmlinux_path__init()Namhyung Kim1-1/+1
2014-08-13perf tools: Prefer to use a cpu-wide event for probing CLOEXECAdrian Hunter1-4/+18
2014-08-13perf tools: Fix probing the kernel API with cpu-wide eventsAdrian Hunter1-9/+27
2014-08-13perf tools: Fix one of the probe events to exclude kernelAdrian Hunter1-1/+1
2014-08-13perf tools: Fix CLOEXEC probe for perf_event_paranoid == 2Adrian Hunter1-0/+1
2014-08-13perf probe: Fix --del option to delete events only with uprobe eventsMasami Hiramatsu1-23/+26
2014-08-13perf probe: Fix --list option to show events only with uprobe eventsMasami Hiramatsu1-30/+59
2014-08-13perf tools: Introduce set_term_quiet_input helper functionJiri Olsa2-0/+15
2014-08-13perf tools: Add cpu_startup_entry to the list of kernel idle symbolsArnaldo Carvalho de Melo1-0/+1
2014-08-13perf top: Don't look for kernel idle symbols in all DSOsArnaldo Carvalho de Melo1-0/+4
2014-08-12perf tools: Fix PERF_FLAG_FD_CLOEXEC flag probing event type open counters du...Jiri Olsa1-1/+1
2014-08-12perf tools: Add name field into perf_hpp_fmtNamhyung Kim2-3/+4
2014-08-12perf report: Honor column width settingNamhyung Kim2-24/+39