1. 75998bb perf stat: Fix --no-scale by Andi Kleen · 6 years ago
  2. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  3. 159b0da perf pmu: Remove set_drv_config API by Mathieu Poirier · 6 years ago
  4. 3eb03a5 perf tools: Remove duplicate headers by Brajeswar Ghosh · 6 years ago
  5. 8a99255 perf stat: Fix endless wait for child process by Jin Yao · 6 years ago
  6. 51433ea perf stat: Avoid segfaults caused by negated options by Michael Petlan · 6 years ago
  7. c3537fc perf evlist: Move perf_evsel__reset_weak_group into evlist by Andi Kleen · 6 years ago
  8. cbb5df7e perf stat: Poll for monitored tasks being alive by Jiri Olsa · 6 years ago
  9. 89f1688 perf tools: Remove perf_tool from event_op2 by Jiri Olsa · 6 years ago
  10. 088519f perf stat: Move the display functions to stat-display.c by Jiri Olsa · 6 years ago
  11. d0192fd perf stat: Move 'metric_events' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  12. 54ac0b1 perf stat: Move 'walltime_*' data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  13. be54d59 perf stat: Propagate 'struct target' arg to sort_aggr_thread() by Jiri Olsa · 6 years ago
  14. fdee335 perf stat: Move 'no_merge' data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  15. 34ff086 perf stat: Move 'big_num' data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  16. a138af6 perf stat: Do not use the global 'evsel_list' in print functions by Jiri Olsa · 6 years ago
  17. 6f6b659 perf stat: Move *_aggr_* data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  18. 8897a89 perf stat: Move ru_* data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  19. 3b3cd9a perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  20. 3108412 perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  21. aea0dca perf stat: Move 'null_run' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  22. 26893a6 perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  23. 77e0faf perf stat: Pass 'evlist' to aggr_update_shadow() by Jiri Olsa · 6 years ago
  24. ae2d7da perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu() by Jiri Olsa · 6 years ago
  25. ee1760e perf stat: Move 'metric_only_len' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  26. d97ae04 perf stat: Move 'run_count' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  27. 0c538a9 perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases() by Jiri Olsa · 6 years ago
  28. bc0bcda perf stat: Pass 'evlist' argument to print functions by Jiri Olsa · 6 years ago
  29. c512e0e perf stat: Add 'target' argument to perf_evlist__print_counters() by Jiri Olsa · 6 years ago
  30. df4f7b4 perf stat: Move 'unit_width' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  31. 0ce5aa0 perf stat: Move 'metric_only' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  32. 132c6ba perf stat: Move 'interval_clear' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  33. fa7070a perf stat: Move csv_* to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  34. 6ca9a08 perf stat: Pass a 'struct perf_stat_config' argument to global print functions by Jiri Olsa · 6 years ago
  35. f3ca50e perf stat: Pass 'struct perf_stat_config' argument to local print functions by Jiri Olsa · 6 years ago
  36. b64df7f perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_counters() by Jiri Olsa · 6 years ago
  37. 0174820 perf stat: Move STAT_RECORD out of perf_evlist__print_counters() by Jiri Olsa · 6 years ago
  38. a5a9eac perf stat: Introduce perf_evlist__print_counters() by Jiri Olsa · 6 years ago
  39. 0a4e64d perf stat: Move perf_stat_synthesize_config() to stat.c by Jiri Olsa · 6 years ago
  40. c2c247f perf stat: Add 'perf_event__handler_t' argument to perf_stat_synthesize_config() by Jiri Olsa · 6 years ago
  41. 1c21e98 perf stat: Add 'struct perf_evlist' argument to perf_stat_synthesize_config() by Jiri Olsa · 6 years ago
  42. 1821f4e perf stat: Add 'struct perf_tool' argument to perf_stat_synthesize_config() by Jiri Olsa · 6 years ago
  43. 73d586c perf stat: Add 'struct perf_stat_config' argument to perf_stat_synthesize_config() by Jiri Olsa · 6 years ago
  44. 491073a perf stat: Rename 'is_pipe' argument to 'attrs' in perf_stat_synthesize_config() by Jiri Olsa · 6 years ago
  45. d09cefd perf stat: Move create_perf_stat_counter() to stat.c by Jiri Olsa · 6 years ago
  46. 650d622 perf evsel: Introduce perf_evsel__store_ids() by Jiri Olsa · 6 years ago
  47. 318ec18 perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_attrs() by Jiri Olsa · 6 years ago
  48. 7d9ad16 perf stat: Add 'identifier' flag to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  49. 3538623 perf stat: Use local config arg for scale in create_perf_stat_counter() by Jiri Olsa · 6 years ago
  50. 5698f26 perf stat: Move 'no_inherit' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  51. 728c0ee perf stat: Move 'initial_delay' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  52. d50ed0c perf stat: Use evsel->threads in create_perf_stat_counter() by Jiri Olsa · 6 years ago
  53. 0aa802a perf stat: Get rid of extra clock display function by Jiri Olsa · 6 years ago
  54. 742d92f perf stat: Add transaction flag (-T) support for s390 by Thomas Richter · 7 years ago
  55. c818cc0 perf stat: Fix --interval_clear option by Jiri Olsa · 7 years ago
  56. a5cfa62 perf stat: Add event parsing error handling to add_default_attributes by Jiri Olsa · 7 years ago
  57. c1a1f5d perf stat: Allow to specify specific metric column len by Jiri Olsa · 7 years ago
  58. f515572 perf stat: Fix metric column header display alignment by Jiri Olsa · 7 years ago
  59. b37d33e perf stat: Use only color_fprintf call in print_metric_only by Jiri Olsa · 7 years ago
  60. 9660e08 perf stat: Add --interval-clear option by Jiri Olsa · 7 years ago
  61. 0ce2da1 perf stat: Display user and system time by Jiri Olsa · 7 years ago
  62. abc60ba perf stat: Display length strings of each run for --table option by Jiri Olsa · 7 years ago
  63. e55c14a perf stat: Add --table option to display time of each run by Jiri Olsa · 7 years ago
  64. bc22de9 perf stat: Display time in precision based on std deviation by Jiri Olsa · 7 years ago
  65. 80ee8c5 perf stat: Fix duplicate PMU name for interval print by Kan Liang · 7 years ago
  66. 30060ea perf stat: Print out hint for mixed PMU group error by Kan Liang · 7 years ago
  67. 9dc9a95 perf stat: Enable 1ms interval for printing event counters values by Alexey Budankov · 7 years ago
  68. fca32340 perf stat: Fix core dump when flag T is used by Thomas Richter · 7 years ago
  69. 8c5421c perf pmu: Display pmu name when printing unmerged events in stat by Agustin Vega-Frias · 7 years ago
  70. 3f986ee Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 7 years ago
  71. 40c2189 perf stat: Fix CVS output format for non-supported counters by Ilya Pronin · 7 years ago
  72. ab6c79b perf stat: Ignore error thread when enabling system-wide --per-thread by Jin Yao · 7 years ago
  73. 42811d5 perf stat: Use xyarray dimensions to iterate fds by Andi Kleen · 7 years ago
  74. f1f8ad5 perf stat: Add support to print counts after a period of time by yuzhoujian · 7 years ago
  75. db06a26 perf stat: Add support to print counts for fixed times by yuzhoujian · 7 years ago
  76. 3315d14 perf perf: Remove duplicate includes by Pravin Shedge · 7 years ago
  77. 2973455 perf stat: Resort '--per-thread' result by Jin Yao · 7 years ago
  78. 1d9f8d1 perf stat: Remove --per-thread pid/tid limitation by Jin Yao · 7 years ago
  79. 14e72a2 perf stat: Update or print per-thread stats by Jin Yao · 7 years ago
  80. 5673944 perf stat: Allocate shadow stats buffer for threads by Jin Yao · 7 years ago
  81. e0128b3 perf stat: Print per-thread shadow stats by Jin Yao · 7 years ago
  82. 1fcd039 perf stat: Update per-thread shadow stats by Jin Yao · 7 years ago
  83. bfd8f72 perf record: Synthesize unit/scale/... in event update by Andi Kleen · 7 years ago
  84. 54830dd perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_stats by Jiri Olsa · 8 years ago
  85. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  86. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  87. e669e83 perf evsel: Restore evsel->priv as a tool private area by Arnaldo Carvalho de Melo · 7 years ago
  88. 35c1980 perf stat: Fall weak group back even for EBADF by Andi Kleen · 7 years ago
  89. b90f133 perf stat: Update walltime_nsecs_stats in interval mode by Andi Kleen · 7 years ago
  90. e864c5c perf stat: Hide internal duration_time counter by Andi Kleen · 7 years ago
  91. b18f3e3 perf stat: Support JSON metrics in perf stat by Andi Kleen · 7 years ago
  92. 5a5dfe4 perf tools: Support weak groups in 'perf stat' by Andi Kleen · 7 years ago
  93. dfc9eec perf stat: Wait for the correct child by Milian Wolff · 7 years ago
  94. 63ce844 perf stat: Only auto-merge events that are PMU aliases by Arnaldo Carvalho de Melo · 7 years ago
  95. 82bf311 perf stat: Use group read for event groups by Jiri Olsa · 7 years ago
  96. 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 8 years ago
  97. daefd0b perf stat: Add support to measure SMI cost by Kan Liang · 8 years ago
  98. 918c7b06 perf stat: Only print NMI watchdog hint when enabled by Andi Kleen · 8 years ago
  99. 4208735 perf tools: Remove poll.h and wait.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  100. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago