summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2015-03-05perf annotate: Fix fallback to unparsed disassembler lineArnaldo Carvalho de Melo
2015-02-25perf tools: Make sparc64 arch point to sparcDavid Ahern
2015-02-25perf symbols: Define EM_AARCH64 for older OSesDavid Ahern
2015-02-25perf top: Fix SIGBUS on sparc64David Ahern
2015-02-25perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flagAdrian Hunter
2015-02-25perf tools: Fix pthread_attr_setaffinity_np build errorAdrian Hunter
2015-02-25perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature checkJosh Boyer
2015-02-22perf bench: Fix order of arguments to memcpy_alloc_memBruce Merry
2015-01-29perf symbols: Convert lseek + read to preadNamhyung Kim
2015-01-29perf tools: Use perf_data_file__fd() consistentlyNamhyung Kim
2015-01-29perf symbols: Support to read compressed module from build-id cacheNamhyung Kim
2015-01-29perf evsel: Set attr.task bit for a tracking eventNamhyung Kim
2015-01-29perf header: Set header version correctlyNamhyung Kim
2015-01-29perf record: Show precise number of samplesNamhyung Kim
2015-01-29perf tools: Do not use __perf_session__process_events() directlyNamhyung Kim
2015-01-29perf callchain: Cache eh/debug frame offset for dwarf unwindNamhyung Kim
2015-01-28perf tools: Provide stub for missing pthread_attr_setaffinity_npVineet Gupta
2015-01-28perf evsel: Don't rely on malloc working for sz 0Vineet Gupta
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar
2015-01-22perf ui/tui: Show fatal error message only if existsNamhyung Kim
2015-01-22perf tests: Fix typo in sample-parsing.cRasmus Villemoes
2015-01-22tools lib fs debugfs: Introduce debugfs__strerror_open_tpArnaldo Carvalho de Melo
2015-01-22perf trace: Fix error reporting for evsel pgfault constructorArnaldo Carvalho de Melo
2015-01-22tools lib fs: Pass filename to debugfs__strerror_openArnaldo Carvalho de Melo
2015-01-22tools lib fs: Adopt debugfs open strerrno methodArnaldo Carvalho de Melo
2015-01-21perf diff: Fix -o/--order option behaviorNamhyung Kim
2015-01-21perf diff: Fix output ordering to honor next columnNamhyung Kim
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim
2015-01-21perf diff: Introduce fmt_to_data_file() helperNamhyung Kim
2015-01-21perf diff: Print diff result more preciselyNamhyung Kim
2015-01-21perf diff: Get rid of hists__compute_resort()Namhyung Kim
2015-01-21perf tools: Allow use of an exclusive option more than onceNamhyung Kim
2015-01-21perf tools: Document parameterized and symbolic eventsCody P Schafer
2015-01-21perf tools: Extend format_alias() to include event parametersCody P Schafer
2015-01-21perf tools: Support parsing parameterized eventsCody P Schafer
2015-01-21perf tools: Remove some unused functions from color.cRickard Strandqvist
2015-01-21perf report: Get rid of report__inc_stat()Namhyung Kim
2015-01-21perf hists: Introduce function for deleting/removing hist_entryArnaldo Carvalho de Melo
2015-01-21perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo
2015-01-21perf mem: Move the mem_operations global to struct perf_memArnaldo Carvalho de Melo
2015-01-21perf mem: Enable sampling loads and stores simultaneouslyStephane Eranian
2015-01-21perf probe: Fix probing kretprobesNamhyung Kim
2015-01-21perf symbols: Introduce 'for' method to iterate over the symbols with a given...Arnaldo Carvalho de Melo
2015-01-21perf probe: Do not rely on map__load() filter to find symbolsNamhyung Kim
2015-01-21perf symbols: Introduce method to iterate symbols ordered by nameArnaldo Carvalho de Melo
2015-01-21perf symbols: Return the first entry with a given name in find_by_name methodNamhyung Kim
2015-01-21perf annotate: Fix memory leaks in LOCK handlingRabin Vincent
2015-01-21perf annotate: Handle ins parsing failuresRabin Vincent
2015-01-21perf scripting perl: Force to use stdboolWang Nan