1. e8e6d37 perf hists: Update the column width for the "srcline" sort key by Arnaldo Carvalho de Melo · 9 years ago
  2. 5cef897 perf hists: hist_entry__cmp() may use he_tmp.hists, initialize it by Arnaldo Carvalho de Melo · 9 years ago
  3. f70d631 Merge 4.2-rc6 into staging-next by Greg Kroah-Hartman · 9 years ago
  4. ab35a7d perf tools: Unset perf_event_attr::freq when period term is set by Jiri Olsa · 9 years ago
  5. a9710ba perf tools: Support full source file paths for srcline by Andi Kleen · 9 years ago
  6. 5d44f4b Merge 4.2-rc6 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  7. 95ddd3f tools: iio: remove unnecessary double pointer by Joo Aun Saw · 9 years ago
  8. 6b20f40 tools: iio: Set caller's ci_array pointer to NULL after free by Joo Aun Saw · 9 years ago
  9. 076a30c perf callchain: Move option parsing code to util.c by Kan Liang · 9 years ago
  10. d809560 perf stat: Move perf_counts struct and functions into separate object by Jiri Olsa · 9 years ago
  11. 9bc898c perf tests: Add LLVM test for eBPF on-the-fly compiling by Wang Nan · 9 years ago
  12. 0c6d18b perf tools: Auto detecting kernel include options by Wang Nan · 9 years ago
  13. d325d78 perf tools: Auto detecting kernel build directory by Wang Nan · 9 years ago
  14. 4cea3a9 perf tools: Call clang to compile C source to object code by Wang Nan · 9 years ago
  15. aa61fd0 perf tools: Introduce llvm config options by Wang Nan · 9 years ago
  16. 9a208ef bpf tools: Link all bpf objects onto a list by Wang Nan · 9 years ago
  17. aa9b1ac bpf tools: Introduce accessors for struct bpf_program by Wang Nan · 9 years ago
  18. 55cffde bpf tools: Load eBPF programs in object files into kernel by Wang Nan · 9 years ago
  19. 7bf9836 bpf tools: Introduce bpf_load_program() to bpf.c by Wang Nan · 9 years ago
  20. 8a47a6c bpf tools: Relocate eBPF programs by Wang Nan · 9 years ago
  21. 52d3352 bpf tools: Create eBPF maps defined in an object file by Wang Nan · 9 years ago
  22. e3ed2fe bpf tools: Add bpf.c/h for common bpf operations by Wang Nan · 9 years ago
  23. 3409091 bpf tools: Record map accessing instructions for each program by Wang Nan · 9 years ago
  24. b62f06e bpf tools: Collect relocation sections from SHT_REL sections by Wang Nan · 9 years ago
  25. a5b8bd4 bpf tools: Collect eBPF programs from their own sections by Wang Nan · 9 years ago
  26. bec7d68 bpf tools: Collect symbol table from SHT_SYMTAB section by Wang Nan · 9 years ago
  27. 0b3d1ef bpf tools: Collect map definitions from 'maps' section by Wang Nan · 9 years ago
  28. cb1e5e9 bpf tools: Collect version and license from ELF sections by Wang Nan · 9 years ago
  29. 2960366 bpf tools: Iterate over ELF sections to collect information by Wang Nan · 9 years ago
  30. cc4228d bpf tools: Check endianness and make libbpf fail early by Wang Nan · 9 years ago
  31. 6c95639 bpf tools: Read eBPF object from buffer by Wang Nan · 9 years ago
  32. 1a5e3fb bpf tools: Open eBPF object file and do basic validation by Wang Nan · 9 years ago
  33. b3f59d6 bpf tools: Allow caller to set printing function by Wang Nan · 9 years ago
  34. 1b76c13 bpf tools: Introduce 'bpf' library and add bpf feature check by Wang Nan · 9 years ago
  35. 141b2d3 perf tools: Extend the event parser maximum error index by Adrian Hunter · 9 years ago
  36. 0efe6b6 perf tools: Validate config term maximum value by Adrian Hunter · 9 years ago
  37. 09ff607 perf tools: Add perf_pmu__format_bits() by Adrian Hunter · 9 years ago
  38. 8bd1b2d perf tools: Fix perf-with-kcore handling of arguments containing spaces by Adrian Hunter · 9 years ago
  39. f70cfa0 perf auxtrace: Fix period type 'i' not working by Adrian Hunter · 9 years ago
  40. 74d4582 perf tools xtensa: Add DWARF register names by Max Filippov · 9 years ago
  41. 40997d6 perf report: Display cycles in branch sort mode by Andi Kleen · 9 years ago
  42. a18b027 perf top: Add branch annotation code to top by Andi Kleen · 9 years ago
  43. f8f4aae perf annotate: Finally display IPC and cycle accounting by Andi Kleen · 9 years ago
  44. 30e863b perf annotate: Compute IPC and basic block cycles by Andi Kleen · 9 years ago
  45. 57849998 perf report: Add processing for cycle histograms by Andi Kleen · 9 years ago
  46. d495763 perf report: Add infrastructure for a cycles histogram by Andi Kleen · 9 years ago
  47. 98df858 perf report: Add flag for non ANY branch mode by Andi Kleen · 9 years ago
  48. 0e332f0 perf tools: Add support for cycles, weight branch_info field by Andi Kleen · 9 years ago
  49. 93df8a1 perf tools: Add empty Build files for architectures lacking them by Ben Hutchings · 9 years ago
  50. f80010e perf stat: Move counter processing code into stat object by Jiri Olsa · 9 years ago
  51. 5e5fe74 perf stat: Pass 'struct perf_stat_config' into process_counter() by Jiri Olsa · 9 years ago
  52. ec0d3d1 perf stat: Move 'interval' into struct perf_stat_config by Jiri Olsa · 9 years ago
  53. 5821522 perf stat: Move 'output' into struct perf_stat_config by Jiri Olsa · 9 years ago
  54. 711a572 perf stat: Move 'scale' into struct perf_stat_config by Jiri Olsa · 9 years ago
  55. 421a50f perf stat: Introduce struct perf_stat_config by Jiri Olsa · 9 years ago
  56. 5a023b5 perf tools: Add missing forward declaration of struct map to probe-event.h by Wang Nan · 9 years ago
  57. 0af0885 perf tools: Introduce veprintf by Wang Nan · 9 years ago
  58. 834fd46 perf trace: Add total time column to summary. by Milian Wolff · 9 years ago
  59. 1d0fbb3 selftests: firmware: skip timeout checks for kernels without user mode helper by Luis R. Rodriguez · 9 years ago
  60. f151f53 perf tools: Fix build errors with mipsel-linux-uclibc compiler by Petri Gynther · 9 years ago
  61. 007d66a perf trace: Write to stderr by default by Milian Wolff · 9 years ago
  62. b7a001d perf tools: Do not include escape sequences in color_vfprintf return by Andi Kleen · 9 years ago
  63. 8011de7 perf tools: Remove trail argument to color vsprintf by Jiri Olsa · 9 years ago
  64. c3a6a8c perf tools: Refine parse/config callchain functions by Kan Liang · 9 years ago
  65. 502d84b tools: hv: add a python script lsvmbus to list VMBus devices by Dexuan Cui · 9 years ago
  66. 3206771 perf tools: Per-event time support by Kan Liang · 9 years ago
  67. 3422111 perf trace: Use vfs_getname syscall arg beautifier in more syscalls by Arnaldo Carvalho de Melo · 9 years ago
  68. f994592 perf trace: Deref sys_enter pointer args with contents from probe:vfs_getname by Arnaldo Carvalho de Melo · 9 years ago
  69. e4d44e8 perf trace: Use a constant for the syscall formatting buffer by Arnaldo Carvalho de Melo · 9 years ago
  70. 08c9877 perf trace: Remember if the vfs_getname tracepoint/kprobe is in place by Arnaldo Carvalho de Melo · 9 years ago
  71. 2e5e5f8 perf trace: Do not show syscall tracepoint filter in the --no-syscalls case by Arnaldo Carvalho de Melo · 9 years ago
  72. 3dbe43f Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEAD by Paul E. McKenney · 9 years ago
  73. 9ee6742 perf script: No tracepoints? Don't call libtraceevent. by Arnaldo Carvalho de Melo · 9 years ago
  74. 5e37c52 tools: iio: iio_utils: Make calc_digits static by Joo Aun Saw · 9 years ago
  75. 280f092 tools: iio: iio_utils: remove unnecessary define guard by Joo Aun Saw · 9 years ago
  76. e723149 tools: iio: print error message when buffer enable fails by Irina Tirdea · 9 years ago
  77. ae067cb tools: iio: fix mask for 32 bit sensor data by Irina Tirdea · 9 years ago
  78. e800eb3 selftests/x86/vm86: Fix entry_from_vm86 test on 64-bit kernels by Andy Lutomirski · 9 years ago
  79. 014dc90 selftests/x86, x86/ldt: Add a selftest for modify_ldt() by Andy Lutomirski · 9 years ago
  80. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  81. 41d279a Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  82. acd632e Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more changes by Ingo Molnar · 9 years ago
  83. aa53c09 perf tests: Adding build test for having ending double slash by Jiri Olsa · 9 years ago
  84. c421e80 perf tools: Introduce callgraph_set for callgraph option by Kan Liang · 9 years ago
  85. ee4c758 perf tools: Force period term to overload global settings by Jiri Olsa · 9 years ago
  86. 930a2e2 perf tools: Add support for event post configuration by Jiri Olsa · 9 years ago
  87. 4c7de49 perf session env: Rename exit method by Arnaldo Carvalho de Melo · 9 years ago
  88. f785f23 perf symbols: Fix mismatched declarations for elf_getphdrnum by Arnaldo Carvalho de Melo · 9 years ago
  89. 58b32c1 perf python: Make twatch.py use soft dummy event, freq=0 by Arnaldo Carvalho de Melo · 9 years ago
  90. 84576da perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc} by Arnaldo Carvalho de Melo · 9 years ago
  91. 5865fe3 perf python: Add macro to simplify maintainance of the constants array by Arnaldo Carvalho de Melo · 9 years ago
  92. 959c219 perf python: Remove dependency on 'machine' methods by Arnaldo Carvalho de Melo · 9 years ago
  93. 30b4f0f Merge tag 'linux-kselftest-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 9 years ago
  94. 0927bee perf tools: Fix test build error when bindir contains double slash by Pawel Moll · 9 years ago
  95. 5497628 perf stat: Fix transaction lenght metrics by Andi Kleen · 9 years ago
  96. 7c14898 perf script: Add option --show-switch-events by Adrian Hunter · 9 years ago
  97. 06b234e perf script: Don't assume evsel position of tracking events by Adrian Hunter · 9 years ago
  98. b757bb0 perf record: Add option --switch-events to select PERF_RECORD_SWITCH events by Adrian Hunter · 9 years ago
  99. 0286039 perf tools: Add new PERF_RECORD_SWITCH event by Adrian Hunter · 9 years ago
  100. 6e5259e perf tools: Stop copying kallsyms into the perf.data file header by Arnaldo Carvalho de Melo · 9 years ago