1. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  2. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  3. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  4. fea0139 perf tools: Move print_binary definitions to separate files by Arnaldo Carvalho de Melo · 8 years ago
  5. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  6. 28a9bb9 perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION by Arnaldo Carvalho de Melo · 8 years ago
  7. aa8cc2f perf tools: Replace STR() calls with __stringify() by Arnaldo Carvalho de Melo · 8 years ago
  8. c3dca1a perf tools: Remove PRI[xu] macros from perf.h by Arnaldo Carvalho de Melo · 8 years ago
  9. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  10. b640985 perf tools: Remove unused macros from util.h by Arnaldo Carvalho de Melo · 8 years ago
  11. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  12. 8607c1e tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 8 years ago
  13. 7909675 perf tools: Remove FLEX_ARRAY definition by Arnaldo Carvalho de Melo · 8 years ago
  14. 16eb813 Revert "perf tools: Fix include of linux/mman.h" by David Carrillo-Cisneros · 8 years ago
  15. 570eda0 perf util: Hint missing file when tool tips fail to load by David Carrillo-Cisneros · 8 years ago
  16. db49a71 perf stat: Fix bug in handling events in error state by Stephane Eranian · 8 years ago
  17. 986a5bc perf annotate: Use stripped line instead of raw disassemble line by Taeung Song · 8 years ago
  18. 4597cf0 perf annotate: Refactor the code to parse disassemble lines with {l,r}trim() by Taeung Song · 8 years ago
  19. c9d1c93 perf tools: Do not print missing features in pipe-mode by David Carrillo-Cisneros · 8 years ago
  20. 0973ad9 perf session: Don't rely on evlist in pipe mode by David Carrillo-Cisneros · 8 years ago
  21. 1e0d4f0 perf inject: Copy events when reordering events in pipe mode by David Carrillo-Cisneros · 8 years ago
  22. d9f8dfa perf annotate s390: Implement jump types for perf annotate by Christian Borntraeger · 8 years ago
  23. e77852b perf annotate s390: Fix perf annotate error -95 (4.10 regression) by Christian Borntraeger · 8 years ago
  24. ecbe5e1 perf string: Simplify ltrim() implementation by Arnaldo Carvalho de Melo · 8 years ago
  25. bdd97ca perf tools: Refactor the code to strip command name with {l,r}trim() by Taeung Song · 8 years ago
  26. aa4beb1 perf pmu: Refactor wordwrap() with ltrim() by Taeung Song · 8 years ago
  27. 32ccb13 perf evsel: Return exact sub event which failed with EPERM for wildcards by Jin Yao · 8 years ago
  28. dadafc3 perf callchains: Switch from strtok() to strtok_r() when parsing options by Arnaldo Carvalho de Melo · 8 years ago
  29. 99094a5e perf annotate: Fix missing number of samples for source_line_samples by Taeung Song · 8 years ago
  30. 9c0899f perf tools: Don't die on a print function by Arnaldo Carvalho de Melo · 8 years ago
  31. f05082b perf tools: Handle allocation failures gracefully by Arnaldo Carvalho de Melo · 8 years ago
  32. 3e00cbe perf tools: Do not fail in case of empty HOME env variable by Jiri Olsa · 8 years ago
  33. a596a87 perf utils: Fix spelling mistake: "Invalud" -> "Invalid" by Colin Ian King · 8 years ago
  34. c1dfcfa perf report: Drop cycles 0 for LBR print by Jin Yao · 8 years ago
  35. d451a20 perf/sdt/x86: Move OP parser to tools/perf/arch/x86/ by Ravi Bangoria · 8 years ago
  36. c686770 perf tools: Remove support for command aliases by Arnaldo Carvalho de Melo · 8 years ago
  37. 3906a13 Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  38. d652f4b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  39. 55f77128 perf utils: Readlink /proc/self/exe to find the perf binary by Tommi Rantala · 8 years ago
  40. d4b364d perf utils: Null terminate buf in read_ftrace_printk() by Tommi Rantala · 8 years ago
  41. b7126ef perf utils: use sizeof(buf) - 1 in readlink() call by Tommi Rantala · 8 years ago
  42. 5a23421 perf buildid: Do not assume that readlink() returns a null terminated string by Tommi Rantala · 8 years ago
  43. 2ccc220 perf buildid: Do not update SDT cache with null filename by Tommi Rantala · 8 years ago
  44. 2e933b1 perf annotate: Fix a bug of division by zero when calculating percent by Taeung Song · 8 years ago
  45. 6ebd254 perf annotate: Fix a bug following symbolic link of a build-id file by Taeung Song · 8 years ago
  46. 5dfa210 perf report: Enable sorting by srcline as key by Milian Wolff · 8 years ago
  47. 0d3eb0b perf report: Show inline stack for browser mode by Jin Yao · 8 years ago
  48. f3a6064 perf report: Introduce --inline option by Jin Yao · 8 years ago
  49. a64489c perf report: Find the inline stack for a given address by Jin Yao · 8 years ago
  50. 5580338 perf report: Refactor common code in srcline.c by Jin Yao · 8 years ago
  51. c3a0bbc perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms() by Adrian Hunter · 8 years ago
  52. bf874fc perf list: Move extra details printing to new option by Andi Kleen · 8 years ago
  53. 9628481 perf pmu: Add support for MetricName JSON attribute by Andi Kleen · 8 years ago
  54. 7f372a6 perf list: Support printing MetricExpr with --debug by Andi Kleen · 8 years ago
  55. 37932c1 perf stat: Output JSON MetricExpr metric by Andi Kleen · 8 years ago
  56. 00636c3 perf pmu: Support MetricExpr header in JSON event list by Andi Kleen · 8 years ago
  57. 0751673 perf tools: Add a simple expression parser for JSON by Andi Kleen · 8 years ago
  58. a820e33 perf pmu: Special case uncore_ prefix by Andi Kleen · 8 years ago
  59. 8255718 perf pmu: Expand PMU events by prefix match by Andi Kleen · 8 years ago
  60. 2073ad3 perf tools: Factor out PMU matching in parser by Andi Kleen · 8 years ago
  61. 430daf2 perf stat: Collapse identically named events by Andi Kleen · 8 years ago
  62. ed7b339 perf annotate: Add comment clarifying how the source code line is parsed by Arnaldo Carvalho de Melo · 8 years ago
  63. e7cb9de perf annotate: More exactly grep -v of the objdump command by Taeung Song · 8 years ago
  64. 3b1f831 perf probe: Add sdt probes arguments into the uprobe cmd string by Alexis Berlemont · 8 years ago
  65. be88184 perf sdt: Add scanning of sdt probes arguments by Alexis Berlemont · 8 years ago
  66. 2e1f8f7 perf probe: Change MAX_CMDLEN by Ravi Bangoria · 8 years ago
  67. f0a30dc perf probe: Fix concat_probe_trace_events by Ravi Bangoria · 8 years ago
  68. 05a1f47 perf tools: Handle partial AUX records and print a warning by Alexander Shishkin · 8 years ago
  69. e7ede72 perf symbols: Fix symbols__fixup_end heuristic for corner cases by Daniel Borkmann · 8 years ago
  70. 61f63e3 Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  71. 48d02a1 perf script: Add 'brstackinsn' for branch stacks by Andi Kleen · 8 years ago
  72. 2b95bd7 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  73. 88b897a perf tools: Make perf_event__synthesize_mmap_events() scale by Stephane Eranian · 8 years ago
  74. af9100a perf probe: Introduce util func is_sdt_event() by Ravi Bangoria · 8 years ago
  75. 7ab31d9 perf kretprobes: Offset from reloc_sym if kernel supports it by Naveen N. Rao · 8 years ago
  76. 3da3ea7 perf probe: Factor out the ftrace README scanning by Naveen N. Rao · 8 years ago
  77. d890a98 perf tools: Add 'cgroup_id' sort order keyword by Hari Bathini · 8 years ago
  78. e907caf perf record: Synthesize namespace events for current processes by Hari Bathini · 8 years ago
  79. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  80. 4b0b3aa perf sort: Fix segfault with basic block 'cycles' sort dimension by Changbin Du · 8 years ago
  81. 120010c tools build: Add test for sched_getcpu() by Arnaldo Carvalho de Melo · 8 years ago
  82. e3ba76d perf tools: Force uncore events to system wide monitoring by Jiri Olsa · 8 years ago
  83. f1c4d1a perf intel-PT/BTS: Add missing initialization by Adrian Hunter · 8 years ago
  84. e491bc2 perf probe: Generalize probe event file open routine by Naveen N. Rao · 8 years ago
  85. 4400ac8 perf cpumap: Introduce cpu_map__snprint_mask() by Namhyung Kim · 8 years ago
  86. 7768f8d perf tools: Allow sorting by symbol size by Charles Baylis · 8 years ago
  87. 4738ca3 perf evlist: Clarify a bit the use of perf_mmap->refcnt by Arnaldo Carvalho de Melo · 8 years ago
  88. 364fed3 perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  89. e34f5b1 perf thread: convert thread.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  90. 25a3720 perf evlist: Convert perf_map.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  91. ead05e8 perf map: Convert map_groups.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  92. e3a42cd perf map: Convert map.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  93. 7100810 perf dso: Convert dso.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  94. 6df74bc perf comm: Convert comm_str.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  95. ec09a42 perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  96. 79c5fe6 perf cgroup: Convert cgroup_sel.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  97. 940b2f2 x86/events: Remove last remnants of old filenames by Borislav Petkov · 8 years ago
  98. 3f26b0c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. 86292b3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  100. f7878dc Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago