aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2015-03-05perf annotate: Fix fallback to unparsed disassembler lineArnaldo Carvalho de Melo1-0/+2
2015-02-25perf tools: Make sparc64 arch point to sparcDavid Ahern1-0/+4
2015-02-25perf symbols: Define EM_AARCH64 for older OSesDavid Ahern1-0/+5
2015-02-25perf top: Fix SIGBUS on sparc64David Ahern1-1/+1
2015-02-25perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flagAdrian Hunter1-3/+15
2015-02-25perf tools: Fix pthread_attr_setaffinity_np build errorAdrian Hunter1-1/+2
2015-02-25perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature checkJosh Boyer1-1/+1
2015-02-22perf bench: Fix order of arguments to memcpy_alloc_memBruce Merry1-2/+2
2015-01-29perf symbols: Convert lseek + read to preadNamhyung Kim1-5/+1
2015-01-29perf tools: Use perf_data_file__fd() consistentlyNamhyung Kim2-9/+10
2015-01-29perf symbols: Support to read compressed module from build-id cacheNamhyung Kim1-5/+8
2015-01-29perf evsel: Set attr.task bit for a tracking eventNamhyung Kim1-0/+1
2015-01-29perf header: Set header version correctlyNamhyung Kim1-1/+1
2015-01-29perf record: Show precise number of samplesNamhyung Kim1-12/+39
2015-01-29perf tools: Do not use __perf_session__process_events() directlyNamhyung Kim3-10/+6
2015-01-29perf callchain: Cache eh/debug frame offset for dwarf unwindNamhyung Kim2-11/+21
2015-01-28perf tools: Provide stub for missing pthread_attr_setaffinity_npVineet Gupta5-0/+42
2015-01-28perf evsel: Don't rely on malloc working for sz 0Vineet Gupta1-0/+3
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar6-15/+100
2015-01-22perf ui/tui: Show fatal error message only if existsNamhyung Kim2-1/+5
2015-01-22perf tests: Fix typo in sample-parsing.cRasmus Villemoes1-1/+1
2015-01-22tools lib fs debugfs: Introduce debugfs__strerror_open_tpArnaldo Carvalho de Melo1-5/+8
2015-01-22perf trace: Fix error reporting for evsel pgfault constructorArnaldo Carvalho de Melo1-8/+5
2015-01-22tools lib fs: Pass filename to debugfs__strerror_openArnaldo Carvalho de Melo1-2/+3
2015-01-22tools lib fs: Adopt debugfs open strerrno methodArnaldo Carvalho de Melo3-30/+9
2015-01-21perf diff: Fix -o/--order option behaviorNamhyung Kim1-2/+99
2015-01-21perf diff: Fix output ordering to honor next columnNamhyung Kim1-30/+35
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim5-18/+61
2015-01-21perf diff: Introduce fmt_to_data_file() helperNamhyung Kim1-2/+10
2015-01-21perf diff: Print diff result more preciselyNamhyung Kim1-7/+11
2015-01-21perf diff: Get rid of hists__compute_resort()Namhyung Kim1-56/+3
2015-01-21perf tools: Allow use of an exclusive option more than onceNamhyung Kim1-1/+1
2015-01-21perf tools: Document parameterized and symbolic eventsCody P Schafer3-4/+41
2015-01-21perf tools: Extend format_alias() to include event parametersCody P Schafer1-1/+27
2015-01-21perf tools: Support parsing parameterized eventsCody P Schafer2-11/+64
2015-01-21perf tools: Remove some unused functions from color.cRickard Strandqvist2-128/+0
2015-01-21perf report: Get rid of report__inc_stat()Namhyung Kim2-13/+5
2015-01-21perf hists: Introduce function for deleting/removing hist_entryArnaldo Carvalho de Melo1-20/+16
2015-01-21perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo5-8/+8
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo17-74/+71
2015-01-21perf mem: Move the mem_operations global to struct perf_memArnaldo Carvalho de Melo1-13/+13
2015-01-21perf mem: Enable sampling loads and stores simultaneouslyStephane Eranian2-27/+105
2015-01-21perf probe: Fix probing kretprobesNamhyung Kim1-2/+2
2015-01-21perf symbols: Introduce 'for' method to iterate over the symbols with a given...Arnaldo Carvalho de Melo2-11/+19
2015-01-21perf probe: Do not rely on map__load() filter to find symbolsNamhyung Kim1-16/+22
2015-01-21perf symbols: Introduce method to iterate symbols ordered by nameArnaldo Carvalho de Melo2-0/+12
2015-01-21perf symbols: Return the first entry with a given name in find_by_name methodNamhyung Kim1-3/+17
2015-01-21perf annotate: Fix memory leaks in LOCK handlingRabin Vincent1-0/+9
2015-01-21perf annotate: Handle ins parsing failuresRabin Vincent1-4/+5
2015-01-21perf scripting perl: Force to use stdboolWang Nan1-1/+4
2015-01-21perf evlist: Remove extraneous 'was' on error messageArnaldo Carvalho de Melo1-1/+1
2015-01-16perf tools powerpc: Use dwfl_report_elf() instead of offline.Sukadev Bhattiprolu1-8/+11
2015-01-16perf tools: Fix segfault for symbol annotation on TUINamhyung Kim1-7/+1
2015-01-16perf test: Fix dwarf unwind using libunwind.Wang Nan2-3/+61
2015-01-16perf tools: Avoid build splat for syscall numbers with uclibcVineet Gupta3-3/+1
2015-01-16perf tools: Elide strlcpy warning with uclibcVineet Gupta1-0/+2
2015-01-16tools: Remove bitops/hweight usage of bits in tools/perfArnaldo Carvalho de Melo5-41/+13
2015-01-16perf machine: Fix __machine__findnew_thread() error pathNamhyung Kim1-1/+3
2015-01-16perf tools: Fix building error in x86_64 when dwarf unwind is onNamhyung Kim3-15/+17
2015-01-16perf probe: Propagate error code when write(2) failedNamhyung Kim1-1/+3
2015-01-08perf hists browser: Fix segfault when showing callchainNamhyung Kim1-1/+1
2015-01-08perf callchain: Free callchains when hist entries are deletedNamhyung Kim3-0/+33
2015-01-08perf hists: Fix children sort key behaviorNamhyung Kim2-32/+35
2015-01-02perf diff: Fix to sort by baseline field by defaultNamhyung Kim1-0/+44
2015-01-02perf list: Fix --raw-dump optionTaesoo Kim1-3/+10
2015-01-02perf probe: Fix crash in dwarf_getcfi_elfNamhyung Kim1-1/+17
2015-01-02perf probe: Fix to fall back to find probe point in symbolsMasami Hiramatsu1-2/+4
2015-01-01Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar10-20/+71
2014-12-23perf callchain: Append callchains only when requestedNamhyung Kim1-3/+4
2014-12-23perf ui/tui: Print backtrace symbols when segfault occursNamhyung Kim1-2/+24
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim9-15/+43
2014-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-704/+379
2014-12-19perf: Fix building warning on ARM 32Wang Nan2-7/+7
2014-12-17perf symbols: Fix use after free in filename__read_build_idMitchell Krome1-2/+6
2014-12-17perf evlist: Use roundup_pow_of_twoArnaldo Carvalho de Melo2-19/+1
2014-12-17perf tools: Make the mmap length autotuning more robustArnaldo Carvalho de Melo1-0/+2
2014-12-17tools: Adopt fls_long and depsArnaldo Carvalho de Melo2-0/+9
2014-12-17tools: Move bitops.h from tools/perf/util to tools/Arnaldo Carvalho de Melo3-47/+2
2014-12-17tools: Introduce asm-generic/bitops.hArnaldo Carvalho de Melo3-8/+13
2014-12-17tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/libArnaldo Carvalho de Melo3-72/+9
2014-12-17tools: Whitespace prep patches for moving bitops.hArnaldo Carvalho de Melo1-7/+8
2014-12-17tools: Move code originally from asm-generic/atomic.h into tools/include/asm-...Arnaldo Carvalho de Melo3-15/+3
2014-12-17tools: Move code originally from linux/log2.h to tools/include/linux/Arnaldo Carvalho de Melo4-12/+4
2014-12-17tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.hArnaldo Carvalho de Melo3-36/+3
2014-12-16perf evlist: Do not use hard coded value for a mmap_pages defaultArnaldo Carvalho de Melo1-4/+16
2014-12-16perf trace: Let the perf_evlist__mmap autosize the number of pages to useArnaldo Carvalho de Melo1-1/+1
2014-12-16perf evlist: Improve the strerror_mmap methodArnaldo Carvalho de Melo1-4/+13
2014-12-16perf evlist: Clarify sterror_mmap variable namesArnaldo Carvalho de Melo1-3/+3
2014-12-16perf evlist: Fixup brown paper bag on "hint" for --mmap-pages cmdline argArnaldo Carvalho de Melo1-1/+1
2014-12-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar21-496/+308
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+0
2014-12-11perf trace: Provide a better explanation when mmap failsArnaldo Carvalho de Melo1-6/+6
2014-12-11perf evlist: Introduce strerror_mmap methodArnaldo Carvalho de Melo2-0/+24
2014-12-11perf tools: Use sysctl__read_int instead of ad-hoc copiesArnaldo Carvalho de Melo2-18/+2
2014-12-11tools lib fs: Adopt filename__read_int from tools/perf/Arnaldo Carvalho de Melo2-18/+0
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-6/+0
2014-12-10perf kvm stat live: Mark events as (x86 only) in help outputAlexander Yarygin1-1/+2
2014-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+6
2014-12-09perf tests: Fix attr tests size values to cope with machine state on interrup...Jiri Olsa2-2/+2
2014-12-09calloc/xcalloc: Fix argument orderArjun Sreedharan1-2/+2
2014-12-09perf callchain: Move cpumode resolve code to add_callchain_ipKan Liang1-37/+35
2014-12-09perf callchain: Fixup parameter handling error messageKan Liang1-1/+1
2014-12-09perf tools: Add --buildid-dir option to set cache directoryJiri Olsa4-6/+22
2014-12-09perf buildid cache: Fix -a segfault related to kcore handlingJiri Olsa1-1/+1
2014-12-09perf buildid-cache: Remove extra debugdir variablesJiri Olsa2-13/+7
2014-12-09perf tools: Use single strcmp call instead of twoJiri Olsa1-1/+1
2014-12-09perf hists browser: Change print format from %lu to %PRIu64Tom Huynh1-1/+1
2014-12-09perf bench: Fix memcpy/memset outputRabin Vincent1-8/+10
2014-12-09perf bench: Merge memset into memcpyRabin Vincent3-305/+90
2014-12-09perf bench: Prepare memcpy for mergeRabin Vincent1-78/+104
2014-12-03perf tools: add hardware breakpoint bp_len test casesJacob Shin1-0/+58
2014-12-03perf tools: allow user to specify hardware breakpoint bp_lenJacob Shin5-15/+42
2014-12-01perf report: In branch stack mode use address history sortingAndi Kleen1-0/+1
2014-12-01perf report: Add --branch-history optionAndi Kleen2-4/+27
2014-12-01perf callchain: Support handling complete branch stacks as histogramsAndi Kleen6-13/+132
2014-12-01perf stat: Add support for snapshot countersJiri Olsa1-2/+4
2014-12-01perf stat: Add support for per-pkg countersJiri Olsa2-0/+50
2014-12-01perf tools: Remove perf_evsel__read interfaceJiri Olsa2-63/+0
2014-12-01perf stat: Use read_counter in read_counter_aggrJiri Olsa1-2/+16
2014-12-01perf stat: Make read_counter work over the thread dimensionJiri Olsa1-4/+11
2014-12-01perf stat: Use perf_evsel__read_cb in read_counterJiri Olsa1-6/+21
2014-11-28perf session: Do not fail on processing out of order eventJiri Olsa2-6/+6
2014-11-24perf tools: Add snapshot format file parsingJiri Olsa4-11/+40
2014-11-24perf tools: Add per-pkg format file parsingMatt Fleming4-0/+31
2014-11-24perf evsel: Introduce perf_evsel__read_cb functionJiri Olsa2-0/+23
2014-11-24perf evsel: Introduce perf_counts_values__scale functionJiri Olsa2-25/+25
2014-11-24perf evsel: Introduce perf_evsel__compute_deltas functionJiri Olsa2-5/+7
2014-11-24perf tools: Allow to force redirect pr_debug to stderr.Andi Kleen1-1/+3
2014-11-24perf tools: Fix segfault due to invalid kernel dso accessNamhyung Kim1-2/+2
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen6-8/+20
2014-11-24perf symbols: Move bfd_demangle stubbing to its only userArnaldo Carvalho de Melo2-21/+21
2014-11-24perf callchain: Enable printing the srcline in the historyAndi Kleen3-3/+15
2014-11-24perf tools: Collapse first level callchain entry if it has siblingNamhyung Kim1-3/+8
2014-11-24perf hists browser: Print overhead percent value for first-level callchainNamhyung Kim1-2/+12
2014-11-19perf tools: Only override the default :tid comm entryAdrian Hunter1-3/+2
2014-11-19perf tools: Add perf-read-vdso32 and perf-read-vdsox32 to .gitignoreAdrian Hunter1-0/+2
2014-11-19perf evlist: Do not poll events that use the system_wide flagAdrian Hunter1-1/+9
2014-11-19perf evsel: Fix ftrace:function event recordingJiri Olsa1-0/+8
2014-11-19perf diff: Add missing handler for PERF_RECORD_MMAP2 eventsKan Liang1-0/+1
2014-11-19perf hists: Fix up srcline histogram key formattingArnaldo Carvalho de Melo1-1/+1
2014-11-19perf annotate: Support source line numbers in annotateAndi Kleen3-6/+38
2014-11-19perf tools: Only print base source file for srclineAndi Kleen1-1/+1
2014-11-19perf callchain: Use a common function to resolve symbol or nameAndi Kleen5-41/+32
2014-11-19perf callchain: Use al.addr to set up call chainAndi Kleen1-1/+1
2014-11-19perf callchain: Factor out adding new call chain entriesAndi Kleen1-19/+32
2014-11-19perf tools: Fix annotation with kcoreAdrian Hunter1-0/+2
2014-11-19perf test: fix typo in python testWANG Chao1-1/+1
2014-11-19perf symbols: Fallback to kallsyms when using the minimal 'ELF' loaderArnaldo Carvalho de Melo1-1/+0
2014-11-19perf tools: Clean up libelf feature support codeNamhyung Kim2-4/+3
2014-11-19perf build-id: Move disable_buildid_cache() to util/build-id.cNamhyung Kim4-10/+13
2014-11-16perf record: Add new -I option to sample interrupted machine stateStephane Eranian2-0/+8
2014-11-16perf/tests: Add interrupted state sample parsing testStephane Eranian1-15/+40
2014-11-16perf tools: Add core support for sampling intr machine state regsStephane Eranian5-6/+87
2014-11-06perf evsel: Do not call pevent_free_format when deleting tracepointJiri Olsa1-2/+0
2014-11-06perf script python: Removing event cache as it's no longer neededJiri Olsa1-28/+6
2014-11-06perf script perl: Removing event cache as it's no longer neededJiri Olsa1-23/+6
2014-11-06perf tools: Add test_and_set_bit functionJiri Olsa2-0/+19
2014-11-05perf tools: Make vmlinux short name more like kallsyms short nameNamhyung Kim1-0/+3
2014-11-05perf tools: Fix build-id matching on vmlinuxNamhyung Kim2-3/+15
2014-11-05perf record: Do not save pathname in ./debug/.build-id directory for vmlinuxNamhyung Kim3-5/+18
2014-11-05perf build-id: Move build-id related functions to util/build-id.cNamhyung Kim4-341/+349
2014-11-05perf build-id: Rename dsos__write_buildid_table()Namhyung Kim1-4/+2
2014-11-05perf tools: Add gzip decompression support for kernel moduleNamhyung Kim8-12/+127
2014-11-04perf symbols: Preparation for compressed kernel module supportNamhyung Kim5-3/+141
2014-11-03perf tools: Defer export of comms that were not 'set'Adrian Hunter3-2/+67
2014-11-03perf tools: Add call information to Python exportAdrian Hunter3-7/+158
2014-11-03perf tools: Add call information to the database export APIAdrian Hunter2-1/+63
2014-11-03perf tools: Add branch_type and in_tx to Python exportAdrian Hunter2-7/+55
2014-11-03perf tools: Add branch type to db exportAdrian Hunter2-0/+54
2014-11-03perf tools: Enhance the thread stack to output call/return dataAdrian Hunter2-5/+659
2014-11-03perf tools: Add a thread stack for synthesizing call chainsAdrian Hunter6-0/+238
2014-10-29perf session: Add perf_session__deliver_synth_event()Adrian Hunter2-0/+18
2014-10-29perf tools: Use evlist__for_each in a few remaining placesArnaldo Carvalho de Melo2-3/+3
2014-10-29perf tools: Add id indexAdrian Hunter8-4/+177
2014-10-29perf probe: Add --quiet option to suppress output result messageMasami Hiramatsu2-9/+20
2014-10-29perf script: Add Python script to export to postgresqlAdrian Hunter3-0/+392
2014-10-29perf scripting python: Extend interface to export data in a database-friendly...Adrian Hunter1-2/+284
2014-10-29perf tools: Add facility to export data in database-friendly wayAdrian Hunter8-0/+374
2014-10-29perf pmu: Add proper error handling to print_pmu_events()Arnaldo Carvalho de Melo1-10/+22
2014-10-29perf tools: Do not attempt to run perf-read-vdso32 if it wasn't builtAdrian Hunter2-2/+16
2014-10-29perf tools: Add support for 32-bit compatibility VDSOsAdrian Hunter2-2/+172
2014-10-29perf tools: Build programs to copy 32-bit compatibilityAdrian Hunter8-37/+149
2014-10-29perf pmu: Let pmu's with no events show up on perf listAdrian Hunter2-2/+12
2014-10-29perf tools: Ensure return negative value when write header errorWang Nan1-2/+5
2014-10-29perf probe: Use PARSE_OPT_EXCLUSIVE flagNamhyung Kim1-45/+9
2014-10-29perf tools: Add support for exclusive optionNamhyung Kim2-11/+50
2014-10-29perf kvm: Print kvm specific --help outputNamhyung Kim1-0/+25
2014-10-29perf tools: Export usage string and option table of perf recordNamhyung Kim4-6/+12
2014-10-29perf tools: Add PARSE_OPT_DISABLED flagNamhyung Kim2-0/+19
2014-10-29perf tests: Use thread->mg->machineArnaldo Carvalho de Melo1-6/+4
2014-10-29perf tests: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2014-10-29perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo5-16/+14
2014-10-29perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo5-23/+21
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo16-70/+48
2014-10-29perf tools: Set thread->mg.machine in all placesArnaldo Carvalho de Melo4-10/+9
2014-10-29perf tools powerpc: Cache the DWARF debug infoSukadev Bhattiprolu2-11/+23
2014-10-29perf probe: Trivial typo fix for --demangleMasami Hiramatsu1-1/+1
2014-10-29perf tools: Fix report -F dso_from for data without branch infoJiri Olsa1-2/+8
2014-10-29perf tools: Fix report -F dso_to for data without branch infoJiri Olsa1-2/+8
2014-10-29perf tools: Fix report -F symbol_from for data without branch infoJiri Olsa1-3/+13