Age | Commit message (Expand) | Author | Files | Lines |
2015-01-29 | perf symbols: Convert lseek + read to pread | Namhyung Kim | 1 | -5/+1 |
2015-01-29 | perf tools: Use perf_data_file__fd() consistently | Namhyung Kim | 2 | -9/+10 |
2015-01-29 | perf symbols: Support to read compressed module from build-id cache | Namhyung Kim | 1 | -5/+8 |
2015-01-29 | perf evsel: Set attr.task bit for a tracking event | Namhyung Kim | 1 | -0/+1 |
2015-01-29 | perf header: Set header version correctly | Namhyung Kim | 1 | -1/+1 |
2015-01-29 | perf record: Show precise number of samples | Namhyung Kim | 1 | -12/+39 |
2015-01-29 | perf tools: Do not use __perf_session__process_events() directly | Namhyung Kim | 3 | -10/+6 |
2015-01-29 | perf callchain: Cache eh/debug frame offset for dwarf unwind | Namhyung Kim | 2 | -11/+21 |
2015-01-28 | perf tools: Provide stub for missing pthread_attr_setaffinity_np | Vineet Gupta | 5 | -0/+42 |
2015-01-28 | perf evsel: Don't rely on malloc working for sz 0 | Vineet Gupta | 1 | -0/+3 |
2015-01-28 | Merge branch 'perf/hw_breakpoints' into perf/core | Ingo Molnar | 6 | -15/+100 |
2015-01-22 | perf ui/tui: Show fatal error message only if exists | Namhyung Kim | 2 | -1/+5 |
2015-01-22 | perf tests: Fix typo in sample-parsing.c | Rasmus Villemoes | 1 | -1/+1 |
2015-01-22 | tools lib fs debugfs: Introduce debugfs__strerror_open_tp | Arnaldo Carvalho de Melo | 1 | -5/+8 |
2015-01-22 | perf trace: Fix error reporting for evsel pgfault constructor | Arnaldo Carvalho de Melo | 1 | -8/+5 |
2015-01-22 | tools lib fs: Pass filename to debugfs__strerror_open | Arnaldo Carvalho de Melo | 1 | -2/+3 |
2015-01-22 | tools lib fs: Adopt debugfs open strerrno method | Arnaldo Carvalho de Melo | 3 | -30/+9 |
2015-01-21 | perf diff: Fix -o/--order option behavior | Namhyung Kim | 1 | -2/+99 |
2015-01-21 | perf diff: Fix output ordering to honor next column | Namhyung Kim | 1 | -30/+35 |
2015-01-21 | perf tools: Pass struct perf_hpp_fmt to its callbacks | Namhyung Kim | 5 | -18/+61 |
2015-01-21 | perf diff: Introduce fmt_to_data_file() helper | Namhyung Kim | 1 | -2/+10 |
2015-01-21 | perf diff: Print diff result more precisely | Namhyung Kim | 1 | -7/+11 |
2015-01-21 | perf diff: Get rid of hists__compute_resort() | Namhyung Kim | 1 | -56/+3 |
2015-01-21 | perf tools: Allow use of an exclusive option more than once | Namhyung Kim | 1 | -1/+1 |
2015-01-21 | perf tools: Document parameterized and symbolic events | Cody P Schafer | 3 | -4/+41 |
2015-01-21 | perf tools: Extend format_alias() to include event parameters | Cody P Schafer | 1 | -1/+27 |
2015-01-21 | perf tools: Support parsing parameterized events | Cody P Schafer | 2 | -11/+64 |
2015-01-21 | perf tools: Remove some unused functions from color.c | Rickard Strandqvist | 2 | -128/+0 |
2015-01-21 | perf report: Get rid of report__inc_stat() | Namhyung Kim | 2 | -13/+5 |
2015-01-21 | perf hists: Introduce function for deleting/removing hist_entry | Arnaldo Carvalho de Melo | 1 | -20/+16 |
2015-01-21 | perf hists: Rename hist_entry__free to __delete | Arnaldo Carvalho de Melo | 5 | -8/+8 |
2015-01-21 | perf tools: Remove EOL whitespaces | Arnaldo Carvalho de Melo | 17 | -74/+71 |
2015-01-21 | perf mem: Move the mem_operations global to struct perf_mem | Arnaldo Carvalho de Melo | 1 | -13/+13 |
2015-01-21 | perf mem: Enable sampling loads and stores simultaneously | Stephane Eranian | 2 | -27/+105 |
2015-01-21 | perf probe: Fix probing kretprobes | Namhyung Kim | 1 | -2/+2 |
2015-01-21 | perf symbols: Introduce 'for' method to iterate over the symbols with a given... | Arnaldo Carvalho de Melo | 2 | -11/+19 |
2015-01-21 | perf probe: Do not rely on map__load() filter to find symbols | Namhyung Kim | 1 | -16/+22 |
2015-01-21 | perf symbols: Introduce method to iterate symbols ordered by name | Arnaldo Carvalho de Melo | 2 | -0/+12 |
2015-01-21 | perf symbols: Return the first entry with a given name in find_by_name method | Namhyung Kim | 1 | -3/+17 |
2015-01-21 | perf annotate: Fix memory leaks in LOCK handling | Rabin Vincent | 1 | -0/+9 |
2015-01-21 | perf annotate: Handle ins parsing failures | Rabin Vincent | 1 | -4/+5 |
2015-01-21 | perf scripting perl: Force to use stdbool | Wang Nan | 1 | -1/+4 |
2015-01-21 | perf evlist: Remove extraneous 'was' on error message | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2015-01-16 | perf tools powerpc: Use dwfl_report_elf() instead of offline. | Sukadev Bhattiprolu | 1 | -8/+11 |
2015-01-16 | perf tools: Fix segfault for symbol annotation on TUI | Namhyung Kim | 1 | -7/+1 |
2015-01-16 | perf test: Fix dwarf unwind using libunwind. | Wang Nan | 2 | -3/+61 |
2015-01-16 | perf tools: Avoid build splat for syscall numbers with uclibc | Vineet Gupta | 3 | -3/+1 |
2015-01-16 | perf tools: Elide strlcpy warning with uclibc | Vineet Gupta | 1 | -0/+2 |
2015-01-16 | tools: Remove bitops/hweight usage of bits in tools/perf | Arnaldo Carvalho de Melo | 5 | -41/+13 |
2015-01-16 | perf machine: Fix __machine__findnew_thread() error path | Namhyung Kim | 1 | -1/+3 |