aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
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 nameArnaldo 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