1. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  2. c824c43 perf tools: Stop using 'self' in some more places by Arnaldo Carvalho de Melo · 11 years ago
  3. 09600e0 perf tools: Compare dso's also when comparing symbols by Namhyung Kim · 11 years ago
  4. 4adcc43 perf tools: Fix srcline sort key behavior by Namhyung Kim · 11 years ago
  5. 86c98ca perf annotate: Pass dso instead of dso_name to get_srcline() by Namhyung Kim · 11 years ago
  6. 58d91a0 perf tools: Do not try to call addr2line on non-binary files by Namhyung Kim · 11 years ago
  7. f048d54 perf annotate: Factor out get/free_srcline() by Namhyung Kim · 11 years ago
  8. 963ba5f perf sort: Fix a memory leak on srcline by Namhyung Kim · 11 years ago
  9. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  10. f5d05bc tools/perf: Support sorting by in_tx or abort branch flags by Andi Kleen · 11 years ago
  11. f9ea55d perf tools: Move weight back to common sort keys by Andi Kleen · 11 years ago
  12. b21484f perf report/top: Add option to collapse undesired parts of call graph by Greg Price · 12 years ago
  13. 3805123 perf tools: struct thread has a tid not a pid by Adrian Hunter · 11 years ago
  14. 930477b perf sort: Cleanup sort__has_sym setting by Namhyung Kim · 11 years ago
  15. 08e7154 perf sort: Consolidate sort_entry__setup_elide() by Namhyung Kim · 11 years ago
  16. afab87b perf sort: Separate out memory-specific sort keys by Namhyung Kim · 11 years ago
  17. 2f532d0 perf sort: Factor out common code in sort_dimension__add() by Namhyung Kim · 11 years ago
  18. 55369fc perf sort: Introduce sort__mode variable by Namhyung Kim · 11 years ago
  19. ded19d5 perf report: Fix alignment of symbol column when -v is given by Namhyung Kim · 11 years ago
  20. 6266774 perf tools: Fix output of symbol_daddr offset by Namhyung Kim · 11 years ago
  21. 98a3b32 perf tools: Add mem access sampling core support by Stephane Eranian · 11 years ago
  22. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 11 years ago
  23. 5936f54 perf sort: Check return value of strdup() by Namhyung Kim · 11 years ago
  24. 5530998 perf sort: Make setup_sorting returns an error code by Namhyung Kim · 11 years ago
  25. 51f27d1 perf sort: Drop ip_[lr] arguments from _sort__sym_cmp() by Namhyung Kim · 11 years ago
  26. 8eb44dd perf sort: Use pclose() instead of fclose() on pipe stream by Thomas Jarosch · 11 years ago
  27. fc5871e perf sort: Separate out branch stack specific sort keys by Namhyung Kim · 12 years ago
  28. 6f38cf2 perf sort: Clean up sort__first_dimension setting by Namhyung Kim · 12 years ago
  29. dccf180 perf sort: Align cpu column to right by Namhyung Kim · 12 years ago
  30. fb29a33 perf sort: Fix --sort pid output by Namhyung Kim · 12 years ago
  31. 4335552 perf sort: Get rid of unnecessary __maybe_unused by Namhyung Kim · 12 years ago
  32. 14d1ac7 perf sort: Move misplaced sort entry functions by Namhyung Kim · 12 years ago
  33. 53985a7 perf tools: remove redundant checks from _sort__sym_cmp by Sasha Levin · 12 years ago
  34. 88481b6 perf tools: Remove warnings on JIT samples for srcline sort key by Namhyung Kim · 12 years ago
  35. ffe10c6 perf tools: Fix segfault when using srcline sort key by Namhyung Kim · 12 years ago
  36. 1af55640 perf tools: Add sort__has_sym by Namhyung Kim · 12 years ago
  37. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  38. 0ca0c13 perf tools: Replace sort's standalone field_sep with symbol_conf.field_sep by Jiri Olsa · 12 years ago
  39. 409a8be perf tools: Add sort by src line/number by Arnaldo Carvalho de Melo · 12 years ago
  40. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  41. b832796 perf tools: Incorrect use of snprintf results in SEGV by Anton Blanchard · 12 years ago
  42. 993ac88 perf report: Auto-detect branch stack sampling mode by Stephane Eranian · 12 years ago
  43. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 12 years ago
  44. cc02c92 perf hists browser: Elide DSO column when it is set to just one DSO, ditto for threads by Arnaldo Carvalho de Melo · 13 years ago
  45. 6bb8f31 perf sort: Fix symbol sort output by separating unresolved samples by type by Anton Blanchard · 13 years ago
  46. fd8ea21 perf tools: Allow sort dimensions to be registered more than once by Frederic Weisbecker · 13 years ago
  47. 872a878 perf tools: Make sort operations static by Frederic Weisbecker · 13 years ago
  48. 1437a30 perf hist: Better displaying of unresolved DSOs and symbols by Ian Munsie · 14 years ago
  49. fb89941 perf hists: Fixup addr snprintf width on 32 bit arches by Arnaldo Carvalho de Melo · 14 years ago
  50. 8a6c5b2 perf sort: Make column width code per hists instance by Arnaldo Carvalho de Melo · 14 years ago
  51. f60f359 perf report: Implement --sort cpu by Arun Sharma · 14 years ago
  52. edb7c60 perf options: Type check all the remaining OPT_ variants by Arnaldo Carvalho de Melo · 14 years ago
  53. fcd1498 perf tools: Fix accidentally preprocessed snprintf callback by Frederic Weisbecker · 14 years ago
  54. 2aefa4f perf tools: sort_dimension__add shouldn't die by Arnaldo Carvalho de Melo · 14 years ago
  55. a4e3b95 perf hist: Replace ->print() routines by ->snprintf() equivalents by Arnaldo Carvalho de Melo · 14 years ago
  56. 59fd530 perf tools: Introduce struct map_symbol by Arnaldo Carvalho de Melo · 14 years ago
  57. c351c28 perf diff: Use perf_session__fprintf_hists just like 'perf record' by Arnaldo Carvalho de Melo · 15 years ago
  58. c8829c7 perf util: Remove setup_sorting dups by Arnaldo Carvalho de Melo · 15 years ago
  59. a4fb581 perf tools: Bind callchains to the first sort dimension column by Frederic Weisbecker · 15 years ago
  60. af0a6fa perf tools: Fix missing top level callchain by Frederic Weisbecker · 15 years ago
  61. 439d473 perf tools: Rewrite and improve support for kernel modules by Arnaldo Carvalho de Melo · 15 years ago
  62. dd68ada perf tools: Create util/sort.and use it by John Kacur · 15 years ago