1. 713eee8 Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 5 months ago
  2. 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 5 months ago
  3. 492e4ed perf ftrace: Make option description initials all capital letters by Arnaldo Carvalho de Melo · 4 years, 5 months ago
  4. c7a14fd perf build-ids: Fall back to debuginfod query if debuginfo not found by Frank Ch. Eigler · 4 years, 5 months ago
  5. a508d06 perf bench numa: Remove dead code in parse_nodes_opt() by Peng Fan · 4 years, 5 months ago
  6. 8989f5f perf stat: Update POWER9 metrics to utilize other metrics by Paul A. Clarke · 4 years, 5 months ago
  7. 0094024 perf ftrace: Add change log by Changbin Du · 4 years, 5 months ago
  8. 3c4dc21 perf: ftrace: Add set_tracing_options() to set all trace options by Changbin Du · 4 years, 5 months ago
  9. 42145d7 perf ftrace: Add option --tid to filter by thread id by Changbin Du · 4 years, 5 months ago
  10. 6555c2f perf ftrace: Add option -D/--delay to delay tracing by Changbin Du · 4 years, 5 months ago
  11. a8f87a5 perf: ftrace: Allow set graph depth by '--graph-opts' by Changbin Du · 4 years, 5 months ago
  12. 00c85d5 perf ftrace: Add support for trace option tracing_thresh by Changbin Du · 4 years, 5 months ago
  13. 59486fb perf ftrace: Add option 'verbose' to show more info for graph tracer by Changbin Du · 4 years, 5 months ago
  14. c81fc34 perf ftrace: Add support for tracing option 'irq-info' by Changbin Du · 4 years, 5 months ago
  15. d1bcf17 perf ftrace: Add support for trace option funcgraph-irqs by Changbin Du · 4 years, 5 months ago
  16. 38988f2 perf ftrace: Add support for trace option sleep-time by Changbin Du · 4 years, 5 months ago
  17. b1d84af perf ftrace: Add support for tracing option 'func_stack_trace' by Changbin Du · 4 years, 5 months ago
  18. a80abe2 perf tools: Add general function to parse sublevel options by Changbin Du · 4 years, 5 months ago
  19. 5b347472 perf ftrace: Add option '--inherit' to trace children processes by Changbin Du · 4 years, 5 months ago
  20. 81523c1 perf ftrace: Show trace column header by Changbin Du · 4 years, 5 months ago
  21. 846e193 perf ftrace: Add option '-m/--buffer-size' to set per-cpu buffer size by Changbin Du · 4 years, 5 months ago
  22. 68faab0 perf ftrace: Factor out function write_tracing_file_int() by Changbin Du · 4 years, 5 months ago
  23. d6d81bf perf ftrace: Add option '-F/--funcs' to list available functions by Changbin Du · 4 years, 5 months ago
  24. eb6d31a perf ftrace: Select function/function_graph tracer automatically by Changbin Du · 4 years, 5 months ago
  25. 2db13a9 perf bench numa: Use numa_node_to_cpus() to bind tasks to nodes by Alexander Gordeev · 4 years, 5 months ago
  26. 509f68e3 perf bench numa: Fix cpumask memory leak in node_has_cpus() by Alexander Gordeev · 4 years, 5 months ago
  27. b2fe96a perf tools: Fix module symbol processing by Jiri Olsa · 4 years, 5 months ago
  28. 1c695c8 perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type' by Jiri Olsa · 4 years, 5 months ago
  29. 194cb6b perf test: Allow multiple probes in record+script_probe_vfs_getname.sh by Michael Petlan · 4 years, 6 months ago
  30. 1beaef2 perf bench mem: Always memset source before memcpy by Vincent Whitchurch · 4 years, 5 months ago
  31. d566a9c perf sched: Prefer sched_waking event when it exists by David Ahern · 4 years, 5 months ago
  32. f9f9506 perf bench: Fix a couple of spelling mistakes in options text by Colin Ian King · 4 years, 5 months ago
  33. 85372c6 perf bench numa: Fix benchmark names by Alexander Gordeev · 4 years, 5 months ago
  34. 72d69c2 perf bench numa: Fix number of processes in "2x3-convergence" test by Alexander Gordeev · 4 years, 5 months ago
  35. f3cf7fa perf trace beauty: Use the autogenerated protocol family table by Arnaldo Carvalho de Melo · 4 years, 5 months ago
  36. 58277f5 perf trace beauty: Add script to autogenerate socket families table by Arnaldo Carvalho de Melo · 4 years, 5 months ago
  37. 00e4db5 Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 5 months ago
  38. 25d8d4e Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
  39. 1101c87 perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set by Jin Yao · 4 years, 5 months ago
  40. 6665598 perf tools powerpc: Add support for extended regs in power10 by Athira Rajeev · 4 years, 5 months ago
  41. 33583e6 perf tools powerpc: Add support for extended register capability by Anju T Sudhakar · 4 years, 5 months ago
  42. c0bde40 tools headers API: Update close_range affected files by Arnaldo Carvalho de Melo · 4 years, 5 months ago
  43. e534bfb perf script: Add 'tod' field to display time of day by Jiri Olsa · 4 years, 5 months ago
  44. 60e5eeb perf script: Change the 'enum perf_output_field' enumerators to be 64 bits by Jiri Olsa · 4 years, 5 months ago
  45. 88371c5 perf data: Add support to store time of day in CTF data conversion by Jiri Olsa · 4 years, 5 months ago
  46. 9d88a1a1 perf tools: Move clockid_res_ns under clock struct by Jiri Olsa · 4 years, 5 months ago
  47. d1e325c perf header: Store clock references for -k/--clockid option by Jiri Olsa · 4 years, 5 months ago
  48. cc3365b perf tools: Add clockid_name function by Jiri Olsa · 4 years, 5 months ago
  49. 6953beb perf clockid: Move parse_clockid() to new clockid object by Jiri Olsa · 4 years, 5 months ago
  50. 4b0297e perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc link by Alexey Budankov · 4 years, 5 months ago
  51. 347a738 perf intel-pt: Add support for decoding PSB+ only by Adrian Hunter · 4 years, 6 months ago
  52. 7c1b16b perf intel-pt: Add support for decoding FUP/TIP only by Adrian Hunter · 4 years, 6 months ago
  53. 5197153 perf auxtrace: Add itrace 'q' option for quicker, less detailed decoding by Adrian Hunter · 4 years, 6 months ago
  54. d4575f5 perf intel-pt: Time filter logged perf events by Adrian Hunter · 4 years, 6 months ago
  55. 8b83fcc perf intel-pt: Use itrace debug log flags to suppress some messages by Adrian Hunter · 4 years, 6 months ago
  56. 935aac2 perf auxtrace: Add optional log flags to the itrace 'd' option by Adrian Hunter · 4 years, 6 months ago
  57. 1d846ae perf intel-pt: Use itrace error flags to suppress some errors by Adrian Hunter · 4 years, 6 months ago
  58. cb97143 perf auxtrace: Add optional error flags to the itrace 'e' option by Adrian Hunter · 4 years, 6 months ago
  59. 1e8f786 perf auxtrace: Add missing itrace options to help text by Adrian Hunter · 4 years, 6 months ago
  60. 2c9a11a perf tools: Improve aux_output not supported error by Adrian Hunter · 4 years, 6 months ago
  61. a58a057 perf intel-pt: Fix duplicate branch after CBR by Adrian Hunter · 4 years, 6 months ago
  62. 401136b perf intel-pt: Fix FUP packet state by Adrian Hunter · 4 years, 6 months ago
  63. 94fb1afb1 Mgerge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 5 months ago
  64. c4735d9 perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy event by Jin Yao · 4 years, 6 months ago
  65. 1d078cc perf record: Introduce --control fd:ctl-fd[,ack-fd] options by Alexey Budankov · 4 years, 6 months ago
  66. acce022 perf record: Implement control commands handling by Alexey Budankov · 4 years, 6 months ago
  67. 68cd3b4 perf record: Extend -D,--delay option with -1 value by Alexey Budankov · 4 years, 6 months ago
  68. 27e9769 perf stat: Introduce --control fd:ctl-fd[,ack-fd] options by Alexey Budankov · 4 years, 6 months ago
  69. b1aa3db Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 6 months ago
  70. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  71. 7c43b0c perf bench: Add benchmark of find_next_bit by Ian Rogers · 4 years, 6 months ago
  72. bd3c628 perf tools: Fix record failure when mixed with ARM SPE event by Wei Li · 4 years, 6 months ago
  73. 463538a perf tests: Fix test 68 zstd compression for s390 by Thomas Richter · 4 years, 6 months ago
  74. 119e521 perf metric: Rename group_list to metric_list by Jiri Olsa · 4 years, 6 months ago
  75. a0c05b3 perf metric: Rename struct egroup to metric by Jiri Olsa · 4 years, 6 months ago
  76. dfce77c perf metric: Add metric group test by Jiri Olsa · 4 years, 6 months ago
  77. b81ef46 perf metric: Make compute_single function more precise by Jiri Olsa · 4 years, 6 months ago
  78. f6fb096 perf metric: Add recursion check when processing nested metrics by Jiri Olsa · 4 years, 6 months ago
  79. 5a606f3 perf metric: Add DCache_L2 to metric parse test by Jiri Olsa · 4 years, 6 months ago
  80. 55f30d6 perf metric: Add cache_miss_cycles to metric parse test by Jiri Olsa · 4 years, 6 months ago
  81. 98461d9 perf metric: Add events for the current list by Jiri Olsa · 4 years, 6 months ago
  82. acf71b0 perf metric: Compute referenced metrics by Jiri Olsa · 4 years, 6 months ago
  83. fc39383 perf metric: Add referenced metrics to hash data by Jiri Olsa · 4 years, 6 months ago
  84. 4ea2896 perf metric: Collect referenced metrics in struct metric_expr by Jiri Olsa · 4 years, 6 months ago
  85. 83de0b7 perf metric: Collect referenced metrics in struct metric_ref_node by Jiri Olsa · 4 years, 6 months ago
  86. e7e1badd perf metric: Rename __metricgroup__add_metric to __add_metric by Jiri Olsa · 4 years, 6 months ago
  87. a29c164 perf metric: Add add_metric function by Jiri Olsa · 4 years, 6 months ago
  88. ce39194 perf metric: Add macros for iterating map events by Jiri Olsa · 4 years, 6 months ago
  89. 3fd29fa perf metric: Add expr__del_id function by Jiri Olsa · 4 years, 6 months ago
  90. 5c5f5e8 perf metric: Change expr__get_id to return struct expr_id_data by Jiri Olsa · 4 years, 6 months ago
  91. 332603c perf metric: Add expr__add_id function by Jiri Olsa · 4 years, 6 months ago
  92. 60e10c00 perf metric: Fix memory leak in expr__add_id function by Jiri Olsa · 4 years, 6 months ago
  93. 1b98c6e perf test: Ensure sample_period is set libpfm4 events by Ian Rogers · 4 years, 6 months ago
  94. 4929e95 perf tools: Fix term parsing for raw syntax by Jiri Olsa · 4 years, 6 months ago
  95. c33cdf5 perf tools: Allow r0x<HEX> event syntax by Jiri Olsa · 4 years, 6 months ago
  96. 3e43d79 perf tools: No need to cache the PMUs in ARM SPE auxtrace init routine by Wei Li · 4 years, 6 months ago
  97. 31e81e0 perf tools: Fix record failure when mixed with ARM SPE event by Wei Li · 4 years, 6 months ago
  98. c2a0820 perf bench: Add basic syscall benchmark by Davidlohr Bueso · 6 years ago
  99. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  100. 0f10228 KVM: PPC: Fix typo on H_DISABLE_AND_GET hcall by Leonardo Bras · 4 years, 6 months ago