aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2015-03-05perf annotate: Fix fallback to unparsed disassembler lineGravatar Arnaldo Carvalho de Melo 1-0/+2
2015-02-25perf tools: Make sparc64 arch point to sparcGravatar David Ahern 1-0/+4
2015-02-25perf symbols: Define EM_AARCH64 for older OSesGravatar David Ahern 1-0/+5
2015-02-25perf top: Fix SIGBUS on sparc64Gravatar David Ahern 1-1/+1
2015-02-25perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flagGravatar Adrian Hunter 1-3/+15
2015-02-25perf tools: Fix pthread_attr_setaffinity_np build errorGravatar Adrian Hunter 1-1/+2
2015-02-25perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature checkGravatar Josh Boyer 1-1/+1
2015-02-22perf bench: Fix order of arguments to memcpy_alloc_memGravatar Bruce Merry 1-2/+2
2015-01-29perf symbols: Convert lseek + read to preadGravatar Namhyung Kim 1-5/+1
2015-01-29perf tools: Use perf_data_file__fd() consistentlyGravatar Namhyung Kim 2-9/+10
2015-01-29perf symbols: Support to read compressed module from build-id cacheGravatar Namhyung Kim 1-5/+8
2015-01-29perf evsel: Set attr.task bit for a tracking eventGravatar Namhyung Kim 1-0/+1
2015-01-29perf header: Set header version correctlyGravatar Namhyung Kim 1-1/+1
2015-01-29perf record: Show precise number of samplesGravatar Namhyung Kim 1-12/+39
2015-01-29perf tools: Do not use __perf_session__process_events() directlyGravatar Namhyung Kim 3-10/+6
2015-01-29perf callchain: Cache eh/debug frame offset for dwarf unwindGravatar Namhyung Kim 2-11/+21
2015-01-28perf tools: Provide stub for missing pthread_attr_setaffinity_npGravatar Vineet Gupta 5-0/+42
2015-01-28perf evsel: Don't rely on malloc working for sz 0Gravatar Vineet Gupta 1-0/+3
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreGravatar Ingo Molnar 6-15/+100
2015-01-22perf ui/tui: Show fatal error message only if existsGravatar Namhyung Kim 2-1/+5
2015-01-22perf tests: Fix typo in sample-parsing.cGravatar Rasmus Villemoes 1-1/+1
2015-01-22tools lib fs debugfs: Introduce debugfs__strerror_open_tpGravatar Arnaldo Carvalho de Melo 1-5/+8
2015-01-22perf trace: Fix error reporting for evsel pgfault constructorGravatar Arnaldo Carvalho de Melo 1-8/+5
2015-01-22tools lib fs: Pass filename to debugfs__strerror_openGravatar Arnaldo Carvalho de Melo 1-2/+3
2015-01-22tools lib fs: Adopt debugfs open strerrno methodGravatar Arnaldo Carvalho de Melo 3-30/+9
2015-01-21perf diff: Fix -o/--order option behaviorGravatar Namhyung Kim 1-2/+99
2015-01-21perf diff: Fix output ordering to honor next columnGravatar Namhyung Kim 1-30/+35
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksGravatar Namhyung Kim 5-18/+61
2015-01-21perf diff: Introduce fmt_to_data_file() helperGravatar Namhyung Kim 1-2/+10
2015-01-21perf diff: Print diff result more preciselyGravatar Namhyung Kim 1-7/+11
2015-01-21perf diff: Get rid of hists__compute_resort()Gravatar Namhyung Kim 1-56/+3
2015-01-21perf tools: Allow use of an exclusive option more than onceGravatar Namhyung Kim 1-1/+1
2015-01-21perf tools: Document parameterized and symbolic eventsGravatar Cody P Schafer 3-4/+41
2015-01-21perf tools: Extend format_alias() to include event parametersGravatar Cody P Schafer 1-1/+27
2015-01-21perf tools: Support parsing parameterized eventsGravatar Cody P Schafer 2-11/+64
2015-01-21perf tools: Remove some unused functions from color.cGravatar Rickard Strandqvist 2-128/+0
2015-01-21perf report: Get rid of report__inc_stat()Gravatar Namhyung Kim 2-13/+5
2015-01-21perf hists: Introduce function for deleting/removing hist_entryGravatar Arnaldo Carvalho de Melo 1-20/+16
2015-01-21perf hists: Rename hist_entry__free to __deleteGravatar Arnaldo Carvalho de Melo 5-8/+8
2015-01-21perf tools: Remove EOL whitespacesGravatar Arnaldo Carvalho de Melo 17-74/+71
2015-01-21perf mem: Move the mem_operations global to struct perf_memGravatar Arnaldo Carvalho de Melo 1-13/+13
2015-01-21perf mem: Enable sampling loads and stores simultaneouslyGravatar Stephane Eranian 2-27/+105
2015-01-21perf probe: Fix probing kretprobesGravatar Namhyung Kim 1-2/+2
2015-01-21perf symbols: Introduce 'for' method to iterate over the symbols with a given...Gravatar Arnaldo Carvalho de Melo 2-11/+19
2015-01-21perf probe: Do not rely on map__load() filter to find symbolsGravatar Namhyung Kim 1-16/+22
2015-01-21perf symbols: Introduce method to iterate symbols ordered by nameGravatar Arnaldo Carvalho de Melo 2-0/+12
2015-01-21perf symbols: Return the first entry with a given name in find_by_name methodGravatar Namhyung Kim 1-3/+17
2015-01-21perf annotate: Fix memory leaks in LOCK handlingGravatar Rabin Vincent 1-0/+9
2015-01-21perf annotate: Handle ins parsing failuresGravatar Rabin Vincent 1-4/+5
2015-01-21perf scripting perl: Force to use stdboolGravatar Wang Nan 1-1/+4