1. 63c2c9f perf inject: Remove unused parameter by Adrian Hunter · 11 years ago
  2. 9d58d2f perf gtk/hists: Set rules hint for the hist browser by Namhyung Kim · 11 years ago
  3. 450f390 perf gtk/hists: Add a double-click handler for callchains by Namhyung Kim · 11 years ago
  4. 1a30942 perf gtk/hists: Make column headers resizable by Namhyung Kim · 11 years ago
  5. cc60f24 perf gtk/hists: Display callchain overhead also by Namhyung Kim · 11 years ago
  6. 2bbc587 perf gtk/hists: Add support for callchains by Namhyung Kim · 11 years ago
  7. f1d9a53 perf gtk/hists: Use GtkTreeStore instead of GtkListStore by Namhyung Kim · 11 years ago
  8. f36f83f perf sched: Move struct perf_sched definition out of cmd_sched() by Namhyung Kim · 11 years ago
  9. 45a9ee1 perf util: Remove unused enum and macro in trace-event.h by Namhyung Kim · 11 years ago
  10. cfd0e8c perf util: No need to call read_trace_init() in tracing_data_header() by Namhyung Kim · 11 years ago
  11. 077f159 perf util: Rename read_*() functions in trace-event-info.c by Namhyung Kim · 11 years ago
  12. 47390ae perf script: Adopt latency_format variable by Namhyung Kim · 11 years ago
  13. 9515b2e perf util: Get rid of unused header_page_* variables by Namhyung Kim · 11 years ago
  14. 94b4d89 perf util: Parse header_page to get proper long size by Namhyung Kim · 11 years ago
  15. 2b2efc7 perf util: Skip reading header_event file by Namhyung Kim · 11 years ago
  16. 63af28f perf util: Make file/host_bigendian variable local by Namhyung Kim · 11 years ago
  17. 59657f9 perf util: Save long size of traced system by Namhyung Kim · 11 years ago
  18. 30f3676 perf util: Save page size in a trace file to pevent by Namhyung Kim · 11 years ago
  19. d6c2522 tools lib traceevent: Port kbuffer parser routines by Namhyung Kim · 11 years ago
  20. 012ac69 tools lib traceevent: Add page_size field to pevent by Namhyung Kim · 11 years ago
  21. 6a48aec tools lib traceevent: Add trace_seq_reset() by Namhyung Kim · 11 years ago
  22. 79d5adf tools lib traceevent: Add const qualifier to string arguments by Namhyung Kim · 11 years ago
  23. 4ccdf57 tools lib traceevent: Get rid of unused gui target by Namhyung Kim · 11 years ago
  24. 9f1efa8 tools lib traceevent: Remove unused install targets by Namhyung Kim · 11 years ago
  25. c5cd8ac perf parse events: Demystify memory allocations by David Ahern · 11 years ago
  26. c549aca perf tests: Make terms a stack variable in test_term by David Ahern · 11 years ago
  27. 0142dab perf tools: Don't free list head in parse_events__free_terms by David Ahern · 11 years ago
  28. b382440 perf evlist: Fix use of uninitialized variable by David Ahern · 11 years ago
  29. d4ae0a6 perf report: Fix perf_session__delete removal by Jiri Olsa · 11 years ago
  30. ad3d6f5 perf tools: Do not elide parent symbol column by Jiri Olsa · 11 years ago
  31. e7c93f0 perf util: Use evsel->name to get tracepoint_paths by Namhyung Kim · 11 years ago
  32. 167aedc perf util: Move debugfs/tracing helper functions to util.c by Namhyung Kim · 11 years ago
  33. fa1531f perf tools: Remove callchain_cursor_reset call by Jiri Olsa · 11 years ago
  34. ba58041 perf tools: Add methods for setting/retrieving priv element of thread struct by David Ahern · 11 years ago
  35. 4e31902 perf tools: Use default include path notation for libtraceevent headers by Robert Richter · 11 years ago
  36. 450ac18 perf tests: Make TEST_ASSERT_VAL global by Jiri Olsa · 11 years ago
  37. 5888a8c perf tests: Omit end of the symbol check failure for test 1 by Jiri Olsa · 11 years ago
  38. eb4fe9c perf tools: Remove cwd from perf_session struct by Jiri Olsa · 11 years ago
  39. 0d3942d perf top: Add --objdump option by Sukadev Bhattiprolu · 11 years ago
  40. ec1e7e4 perf tools: Rename cpu_map__all() to cpu_map__empty() by Sukadev Bhattiprolu · 11 years ago
  41. 750ade7 perf script: Fix broken include in Context.xs by Ramkumar Ramachandra · 11 years ago
  42. d14c496 perf tools: Fix -ldw/-lelf link test when static linking by Mike Frysinger · 11 years ago
  43. a363a9d perf tools: Revert regression in configuration of Python support by Michael Witten · 11 years ago
  44. a4147f0 perf tools: Fix perf version generation by Robert Richter · 11 years ago
  45. 582ec082 perf stat: Fix per-socket output bug for uncore events by Stephane Eranian · 11 years ago
  46. f9ceffb perf symbols: Fix vdso list searching by Waiman Long · 11 years ago
  47. 54bd269 perf evsel: Fix missing increment in sample parsing by Adrian Hunter · 11 years ago
  48. 7e0d6fc perf tools: Update symbol_conf.nr_events when processing attribute events by Adrian Hunter · 11 years ago
  49. 4be8be6 perf tools: Fix new_term() missing free on error path by Adrian Hunter · 11 years ago
  50. b2c34fd perf tools: Fix parse_events_terms() segfault on error path by Adrian Hunter · 11 years ago
  51. 7cab84e perf evsel: Fix count parameter to read call in event_format__new by David Ahern · 11 years ago
  52. 0276c22 perf tools: Fix -x/--exclude-other option for report command by Jiri Olsa · 11 years ago
  53. bcf3145 perf evlist: Enhance perf_evlist__start_workload() by Namhyung Kim · 11 years ago
  54. 4a4d371 perf record: Remove -f/--force option by Jiri Olsa · 11 years ago
  55. 563aecb perf record: Remove -A/--append option by Jiri Olsa · 11 years ago
  56. d07f0b1 perf stat: Avoid sending SIGTERM to random processes by Stephane Eranian · 11 years ago
  57. 079787f tools lib lk: Fix for cross build by Joonsoo Kim · 11 years ago
  58. 756bbc8 perf tools: Include termios.h explicitly by Joonsoo Kim · 11 years ago
  59. 1396672 perf bench: Fix memory allocation fail check in mem{set,cpy} workloads by Kirill A. Shutemov · 11 years ago
  60. 107de37 perf tools: Fix build errors with O and DESTDIR make vars set by Robert Richter · 11 years ago
  61. 761a0f3 perf tools: Fix output directory of Documentation/ by Robert Richter · 11 years ago
  62. 5125bc2 tools: Get only verbose output with V=1 by Robert Richter · 11 years ago
  63. f0bb4c0 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  64. 12e50c3 tools: hv: Improve error logging in KVP daemon. by Tomas Hozza · 11 years ago
  65. 0e496b8 Merge 3.10-rc6 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  66. b844db3 turbostat: Increase output buffer size to accommodate C8-C10 by Josh Triplett · 11 years ago
  67. fca5975 tools: hv: Fix file descriptor leaks by Tomas Hozza · 11 years ago
  68. f14e600 tools: hv: Check retrun value of strchr call by Tomas Hozza · 11 years ago
  69. 4d81e30 tools: hv: Check return value of poll call by Tomas Hozza · 11 years ago
  70. 3590160 tools: hv: Check return value of setsockopt call by Tomas Hozza · 11 years ago
  71. c3c4470 perf tools: Add missing liblk.a dependency for python/perf.so by Jiri Olsa · 11 years ago
  72. 0dce60f perf tools: Remove '?=' Makefile STRIP assignment by Jiri Olsa · 11 years ago
  73. 2fe7374 perf tools: Replace multiple line assignment with multiple statements by Jiri Olsa · 11 years ago
  74. 8e1b3f6 perf tools: Replace tabs with spaces for all non-commands statements by Jiri Olsa · 11 years ago
  75. 4e22db4 perf tools: Add NO_BIONIC variable to confiure bionic setup by Jiri Olsa · 11 years ago
  76. 7c53746 perf tools: Switch to full path C include directories by Jiri Olsa · 11 years ago
  77. 1e9f7aa perf tools: Merge all *LDFLAGS* make variable into LDFLAGS by Jiri Olsa · 11 years ago
  78. 9c12cf9 perf tools: Merge all *CFLAGS* make variable into CFLAGS by Jiri Olsa · 11 years ago
  79. 0817df0 perf evlist: Reset SIGTERM handler in workload child process by David Ahern · 11 years ago
  80. 3c4797d tools lib lk: Respect CROSS_COMPILE by Rabin Vincent · 11 years ago
  81. 0ac129e perf tools: Remove cwdlen from struct perf_session by Jiri Olsa · 11 years ago
  82. 78e3a1f perf tools: Remove frozen from perf_header struct by Jiri Olsa · 11 years ago
  83. 66cd3f3 perf tests: Fix exclude_guest|exclude_host checking for attr tests by Jiri Olsa · 11 years ago
  84. 8e72a67 perf tests: Fix attr test for record -d option by Jiri Olsa · 11 years ago
  85. 4ddc929 perf tools: Final touches for CHK config move by Jiri Olsa · 11 years ago
  86. cd1c39f perf tools: Move paths config into config/Makefile by Jiri Olsa · 11 years ago
  87. 58a0abd perf tools: Move libnuma check config into config/Makefile by Jiri Olsa · 11 years ago
  88. a1c7c9e perf tools: Move stdlib check config into config/Makefile by Jiri Olsa · 11 years ago
  89. c3cf836 perf tools: Move libbfd check config into config/Makefile by Jiri Olsa · 11 years ago
  90. 6e533cf perf tools: Move libpython check config into config/Makefile by Jiri Olsa · 11 years ago
  91. 3082cb3 perf tools: Move libperl check config into config/Makefile by Jiri Olsa · 11 years ago
  92. 58cabf6 perf tools: Move gtk2 check config into config/Makefile by Jiri Olsa · 11 years ago
  93. 4a8f888 perf tools: Move slang check config into config/Makefile by Jiri Olsa · 11 years ago
  94. a827952 perf tools: Move libaudit check config into config/Makefile by Jiri Olsa · 11 years ago
  95. 0e433fe perf tools: Move libunwind check config into config/Makefile by Jiri Olsa · 11 years ago
  96. 779724f perf tools: Move libdw check config into config/Makefile by Jiri Olsa · 11 years ago
  97. cf4cca1 perf tools: Move libelf check config into config/Makefile by Jiri Olsa · 11 years ago
  98. 362493f perf tools: Move compiler and linker flags check into config/Makefile by Jiri Olsa · 11 years ago
  99. a32f493 perf tools: Move programs check into config/Makefile by Jiri Olsa · 11 years ago
  100. 8bd407b perf tools: Move arch check into config/Makefile by Jiri Olsa · 11 years ago