1. 5443010 perf hists: Introduce hist_entry__filter() by Namhyung Kim · 9 years ago
  2. 8c01872 perf hists: Add helper functions for hierarchy mode by Namhyung Kim · 9 years ago
  3. 1a3906a perf hists: Resort hist entries with hierarchy by Namhyung Kim · 9 years ago
  4. aef810e perf hists: Basic support of hierarchical report view by Namhyung Kim · 9 years ago
  5. a9c6e46 perf tools: Add helper functions for some sort keys by Namhyung Kim · 9 years ago
  6. 30372f0 perf script: Print bpf-output events in 'perf script' by Wang Nan · 9 years ago
  7. c339b1a perf tools: Make binary data printer code in trace_event public available by Wang Nan · 9 years ago
  8. c19ac91 perf script: Display data_src values by Jiri Olsa · 9 years ago
  9. 8b0819c perf tools: Change perf_mem__lck_scnprintf to return nb of displayed bytes by Jiri Olsa · 9 years ago
  10. 149d750 perf tools: Change perf_mem__snp_scnprintf to return nb of displayed bytes by Jiri Olsa · 9 years ago
  11. 9690756 perf tools: Change perf_mem__lvl_scnprintf to return nb of displayed bytes by Jiri Olsa · 9 years ago
  12. b1a5fbea perf tools: Change perf_mem__tlb_scnprintf to return nb of displayed bytes by Jiri Olsa · 9 years ago
  13. 69a7727 perf tools: Introduce perf_mem__lck_scnprintf function by Jiri Olsa · 9 years ago
  14. 2c07af1 perf tools: Introduce perf_mem__snp_scnprintf function by Jiri Olsa · 9 years ago
  15. 071e9a1 perf tools: Introduce perf_mem__lvl_scnprintf function by Jiri Olsa · 9 years ago
  16. 0c877d7 perf tools: Introduce perf_mem__tlb_scnprintf function by Jiri Olsa · 9 years ago
  17. 2ba7ac5 perf mem: Introduce perf_mem_events__name function by Jiri Olsa · 9 years ago
  18. 54fbad5 perf mem record: Check for memory events support by Jiri Olsa · 9 years ago
  19. bea2400 perf tools: Remove strbuf_{remove,splice}() by Arnaldo Carvalho de Melo · 9 years ago
  20. d113068 perf help: No need to use strbuf_remove() by Arnaldo Carvalho de Melo · 9 years ago
  21. 940db6d perf tools: Dont stop PMU parsing on alias parse error by Andi Kleen · 9 years ago
  22. ff7b191 perf script: Display addr/data_src/weight columns for raw events by Jiri Olsa · 9 years ago
  23. 94ddddf perf script: Add data_src and weight column definitions by Jiri Olsa · 9 years ago
  24. b19a1b6 perf tools: Use ARRAY_SIZE in mem sort display functions by Jiri Olsa · 9 years ago
  25. ce1e22b perf mem: Add -e record option by Jiri Olsa · 9 years ago
  26. acbe613 perf tools: Add monitored events array by Jiri Olsa · 9 years ago
  27. d392711 perf tools: Introduce cl_offset function by Jiri Olsa · 9 years ago
  28. e95cf70 perf tools: Make cl_address global by Jiri Olsa · 9 years ago
  29. 03e0a7d perf tools: Introduce bpf-output event by Wang Nan · 9 years ago
  30. 95088a5 perf tools: Apply tracepoint event definition options to BPF script by Wang Nan · 9 years ago
  31. e571e02 perf tools: Enable indices setting syntax for BPF map by Wang Nan · 9 years ago
  32. 2d055bf perf tools: Support setting different slots in a BPF map separately by Wang Nan · 9 years ago
  33. 7630b3e perf tools: Enable passing event to BPF object by Wang Nan · 9 years ago
  34. 8690a2a perf record: Apply config to BPF objects before recording by Wang Nan · 9 years ago
  35. a34f3be perf tools: Enable BPF object configure syntax by Wang Nan · 9 years ago
  36. 066dacb perf bpf: Add API to set values to map entries in a bpf object by Wang Nan · 9 years ago
  37. dd42baf perf tools: Fix assertion failure on dynamic entry by Namhyung Kim · 9 years ago
  38. 0c0af78 perf tools: Fix column width setting on 'trace' sort key by Namhyung Kim · 9 years ago
  39. 2960ed6 perf tools: Fix alignment on some sort keys by Namhyung Kim · 9 years ago
  40. cecaec6 perf tools: Update srcline/file if needed by Namhyung Kim · 9 years ago
  41. 665aa75 perf tools: Fix segfault on dynamic entries by Namhyung Kim · 9 years ago
  42. 58de6ed0 perf tools: Remove duplicate typedef config_term_func_t definition by Arnaldo Carvalho de Melo · 9 years ago
  43. 2c97b0d perf tools: Fix build on older systems by Arnaldo Carvalho de Melo · 9 years ago
  44. 5b2ea6f perf report: Check error during report__collapse_hists() by Namhyung Kim · 9 years ago
  45. bba58cd perf hists: Return error from hists__collapse_resort() by Namhyung Kim · 9 years ago
  46. dca0d12 perf callchain: Check return value of append_chain_children() by Namhyung Kim · 9 years ago
  47. f2bb4c5 perf callchain: Check return value of split_add_child() by Namhyung Kim · 9 years ago
  48. 2d713b8 perf callchain: Add enum match_result for match_chain() by Namhyung Kim · 9 years ago
  49. 8451cbb perf callchain: Check return value of fill_node() by Namhyung Kim · 9 years ago
  50. 7565bd3 perf callchain: Check return value of add_child() by Namhyung Kim · 9 years ago
  51. 467ef10 perf hists browser: Fix percentage update on key press by Namhyung Kim · 9 years ago
  52. 43d0b97 perf tools: Enable config and setting names for legacy cache events by Wang Nan · 9 years ago
  53. 10bf358 perf tools: Enable config raw and numeric events by Wang Nan · 9 years ago
  54. 1d55e8e perf tools: Introduce opt_event_config nonterminal by Arnaldo Carvalho de Melo · 9 years ago
  55. e814fdd perf tools: Rename and move pmu_event_name to get_config_name by Wang Nan · 9 years ago
  56. 1669e50 perf stat: Bail out on unsupported event config modifiers by Wang Nan · 9 years ago
  57. 17cb5f8 perf tools: Create config_term_names array by Wang Nan · 9 years ago
  58. 26dee02 perf tools: Fix checking asprintf return value by Wang Nan · 9 years ago
  59. 80cdce7 perf bpf: Rename bpf_prog_priv__clear() to clear_prog_priv() by Wang Nan · 9 years ago
  60. b002f3b perf stat: Handled scaled == -1 case for counters by Andi Kleen · 9 years ago
  61. 5243ba7 perf test: Reduce the sample_freq for the 'object code reading' test by Arnaldo Carvalho de Melo · 9 years ago
  62. 6880bbf perf tests: Use perf_evlist__strerror_open() to provide hints about max_freq by Arnaldo Carvalho de Melo · 9 years ago
  63. d9aade7f perf evlist: Handle -EINVAL for sample_freq > max_sample_rate in strerror_open() by Arnaldo Carvalho de Melo · 9 years ago
  64. 8572388 perf record: Add --all-user/--all-kernel options by Jiri Olsa · 9 years ago
  65. a55e566 perf evlist: Reference count the cpu and thread maps at set_maps() by Arnaldo Carvalho de Melo · 9 years ago
  66. cb110f4 perf stat: Move noise/running printing into printout by Andi Kleen · 9 years ago
  67. f948339 perf stat: Add support for metrics in interval mode by Andi Kleen · 9 years ago
  68. 140aead perf stat: Abstract stat metrics printing by Andi Kleen · 9 years ago
  69. 720e98b perf tools: Add perf data cache feature by Jiri Olsa · 9 years ago
  70. dd629cc perf tools: Initialize libapi debug output by Jiri Olsa · 9 years ago
  71. bedbdd4 perf debug: Rename __eprintf(va_list args) to veprintf by Arnaldo Carvalho de Melo · 9 years ago
  72. 607bfbd tools lib api fs: Adopt filename__read_str from perf by Jiri Olsa · 9 years ago
  73. d646ae0 perf jvmti: Add check for java alternatives cmd in Makefile by Stephane Eranian · 9 years ago
  74. 1ad826b perf tests: Fix build on older systems where 'signal' is reserved by Arnaldo Carvalho de Melo · 9 years ago
  75. 5141d73 perf data: Fix releasing event_class by Wang Nan · 9 years ago
  76. 2146afc perf tools: Rename parse_events__free_terms() to parse_events_terms__delete() by Arnaldo Carvalho de Melo · 9 years ago
  77. d20a5f2 perf tools: Free the terms list_head in parse_events__free_terms() by Wang Nan · 9 years ago
  78. 682dc24 perf tools: Use perf_event_terms__purge() for non-malloced terms by Arnaldo Carvalho de Melo · 9 years ago
  79. fc0a2c1 perf tools: Introduce parse_events_terms__purge() by Arnaldo Carvalho de Melo · 9 years ago
  80. a8adfce perf tools: Unlink entries from terms list by Wang Nan · 9 years ago
  81. 89fee70 perf hists: Do column alignment on the format iterator by Arnaldo Carvalho de Melo · 9 years ago
  82. 37d9bb5 perf tools: Add comment explaining the repsep_snprintf function by Arnaldo Carvalho de Melo · 9 years ago
  83. b416e20 perf python scripting: Append examples to err msg about audit-libs-python by Taeung Song · 9 years ago
  84. 37b4e20 perf build: Add EXTRA_LDFLAGS option to makefile by Zubair Lutfullah Kakakhel · 9 years ago
  85. e7ee404 perf symbols: Fix symbols searching for module in buildid-cache by Wang Nan · 9 years ago
  86. c7ac241 perf config: Add '--system' and '--user' options to select which config file is used by Taeung Song · 9 years ago
  87. 598b7c6 perf jit: add source line info support by Stephane Eranian · 9 years ago
  88. 209045a perf tools: add JVMTI agent library by Stephane Eranian · 9 years ago
  89. 9b07e27 perf inject: Add jitdump mmap injection support by Stephane Eranian · 9 years ago
  90. 921f3fa perf inject: Make sure mmap records are ordered when injecting build_ids by Arnaldo Carvalho de Melo · 9 years ago
  91. 8ee4646 perf build: Add libcrypto feature detection by Stephane Eranian · 9 years ago
  92. e9c4bcd perf symbols: add Java demangling support by Stephane Eranian · 9 years ago
  93. 89fee59 perf tools: handle spaces in file names obtained from /proc/pid/maps by Marcin Ślusarz · 9 years ago
  94. be9e499 perf build tests: Do parallell builds with 'build-test' by Arnaldo Carvalho de Melo · 9 years ago
  95. 3e2751d perf tools: Fix parallel build including 'clean' target by Jiri Olsa · 9 years ago
  96. a9edec3 perf config: Document 'record.build-id' variable in man page by Taeung Song · 9 years ago
  97. 57f0daf perf config: Document 'kmem.default' variable in man page by Taeung Song · 9 years ago
  98. ab2e08e perf config: Document 'pager.<subcommand>' variables in man page by Taeung Song · 9 years ago
  99. 08b75b4 perf config: Document 'man.viewer' variable in man page by Taeung Song · 9 years ago
  100. 0b04c84 perf config: Document 'top.children' variable in man page by Taeung Song · 9 years ago