1. 045b80d perf hists browser: Use the map to determine if a DSO is being used as a kernel by Arnaldo Carvalho de Melo · 9 years ago
  2. cfc5acd perf top: Filter symbols based on __map__is_kernel(map) by Arnaldo Carvalho de Melo · 9 years ago
  3. 6afc0c2 Merge branch 'linus' into perf/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  4. b5cabbc perf tools: Fix copying of /proc/kcore by Adrian Hunter · 9 years ago
  5. 597ee40 perf intel-pt: Remove no_force_psb from documentation by Adrian Hunter · 9 years ago
  6. 266fa2b perf probe: Use existing routine to look for a kernel module by dso->short_name by Arnaldo Carvalho de Melo · 9 years ago
  7. 968d712 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
  8. b572727 Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new changes by Ingo Molnar · 9 years ago
  9. e803cf9 perf record: Synthesize COMM event for a command line workload by Namhyung Kim · 9 years ago
  10. 96d8bf7 perf tools: Add include/err.h into MANIFEST by Jiri Olsa · 9 years ago
  11. 854f736 perf tools: Don't assume that the parser returns non empty evsel list by Wang Nan · 9 years ago
  12. 0fb1855 perf probe: Fix a segfault when removing uprobe events by Masami Hiramatsu · 9 years ago
  13. 381c02f perf record: Avoid infinite loop at buildid processing with no samples by Mark Rutland · 9 years ago
  14. 02386c3 Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  15. bf64456 perf tools: Bool functions shouldn't return -1 by Peter Senna Tschudin · 9 years ago
  16. b0063db tools build: Add test for presence of __get_cpuid() gcc builtin by Arnaldo Carvalho de Melo · 9 years ago
  17. f8ac860 tools build: Add test for presence of numa_num_possible_cpus() in libnuma by Arnaldo Carvalho de Melo · 9 years ago
  18. 179f36d Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum" by Arnaldo Carvalho de Melo · 9 years ago
  19. 02d8dab perf stat: Fix per-pkg event reporting bug by Stephane Eranian · 9 years ago
  20. d71b0ad Merge branch 'perf/urgent' into perf/core, to resolve a conflict by Ingo Molnar · 9 years ago
  21. c5e6bd2 perf tests: Fix software clock events test setting maps by Adrian Hunter · 9 years ago
  22. 2998272 perf tests: Fix task exit test setting maps by Adrian Hunter · 9 years ago
  23. 8c0498b perf evlist: Fix create_syswide_maps() not propagating maps by Adrian Hunter · 9 years ago
  24. 44c42d7 perf evlist: Fix add() not propagating maps by Adrian Hunter · 9 years ago
  25. adc0c3e perf evlist: Factor out a function to propagate maps for a single evsel by Adrian Hunter · 9 years ago
  26. 74bfd2b perf evlist: Make create_maps() use set_maps() by Adrian Hunter · 9 years ago
  27. 934e0f2 perf evlist: Make set_maps() more resilient by Adrian Hunter · 9 years ago
  28. fce4d29 perf evsel: Add own_cpus member by Adrian Hunter · 9 years ago
  29. b278c36 perf evlist: Fix missing thread_map__put in propagate_maps() by Adrian Hunter · 9 years ago
  30. f114d6e perf evlist: Fix splice_list_tail() not setting evlist by Adrian Hunter · 9 years ago
  31. ec9a77a perf evlist: Add has_user_cpus member by Adrian Hunter · 9 years ago
  32. d5bc056 perf evlist: Remove redundant validation from propagate_maps() by Adrian Hunter · 9 years ago
  33. 725e06b perf evlist: Simplify set_maps() logic by Adrian Hunter · 9 years ago
  34. a69b09e perf evlist: Simplify propagate_maps() logic by Adrian Hunter · 9 years ago
  35. bbbe6bf perf tools: Introduce regs_query_register_offset() for x86 by Wang Nan · 9 years ago
  36. 63ab024 perf tools: regs_query_register_offset() infrastructure by Wang Nan · 9 years ago
  37. 1965817 perf tools: Enhance parsing events tracepoint error output by Jiri Olsa · 9 years ago
  38. 8dd2a13 perf evsel: Propagate error info from tp_format by Jiri Olsa · 9 years ago
  39. e2f9f8e perf tools: Propagate error info for the tracepoint parsing by Jiri Olsa · 9 years ago
  40. 9bae1e8 perf probe: Export init/exit_probe_symbol_maps() by Namhyung Kim · 9 years ago
  41. a43aac2 perf probe: Free perf_probe_event in cleanup_perf_probe_events() by Namhyung Kim · 9 years ago
  42. bd315aa perf top: Fix segfault pressing -> with no hist entries by Wang Nan · 9 years ago
  43. 92d424a perf test: Add entry for hists socket filter by Kan Liang · 9 years ago
  44. 84734b0 perf hists browser: Zoom in/out for processor socket by Kan Liang · 9 years ago
  45. 21394d9 perf report: Introduce --socket-filter option by Kan Liang · 9 years ago
  46. 2e7ea3a perf tools: Introduce new sort type "socket" for the processor socket by Kan Liang · 9 years ago
  47. 0c4c4de perf tools: Add processor socket info to hist_entry and addr_location by Kan Liang · 9 years ago
  48. 4cde998 perf machine: Add pointer to sample's environment by Arnaldo Carvalho de Melo · 9 years ago
  49. aa36ddd perf env: Introduce read_cpu_topology_map() method by Arnaldo Carvalho de Melo · 9 years ago
  50. 5d8cf72 perf cpu_map: Use sysfs__read_int in get_{core,socket}_id() by Arnaldo Carvalho de Melo · 9 years ago
  51. e0838e0 perf env: Read msr pmu type from header by Kan Liang · 9 years ago
  52. b601140 perf tools: Add tools/include into tags directories by Jiri Olsa · 9 years ago
  53. 8168cad perf evsel: Remove forward declaration of 'struct perf_evlist' by Arnaldo Carvalho de Melo · 9 years ago
  54. a4978ec perf hists browser: Fixup the "cpu" column width calculation by Arnaldo Carvalho de Melo · 9 years ago
  55. b699869 perf env: Adopt perf_header__set_cmdline by Arnaldo Carvalho de Melo · 9 years ago
  56. eebd0bf perf env: Rename some leftovers from rename to perf_env by Arnaldo Carvalho de Melo · 9 years ago
  57. f0ce888 perf env: Move perf_env out of header.h and session.c into separate object by Arnaldo Carvalho de Melo · 9 years ago
  58. e8210ce perf tests: Introduce iterator function for tests by Matt Fleming · 9 years ago
  59. c84974e perf test: Add entry to test cpu topology by Kan Liang · 9 years ago
  60. fbf9962 perf tools: Switch to tracing_path interface on appropriate places by Jiri Olsa · 9 years ago
  61. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  62. fd405cf perf tests: Print objdump/dso buffers if they don't match by Jan Stancek · 9 years ago
  63. edfdb7e perf tests: Stop reading if objdump output crossed sections by Jan Stancek · 9 years ago
  64. 06f679c perf tests: Make objdump disassemble zero blocks by Jan Stancek · 9 years ago
  65. 729a7ed perf tests: Take into account address of each objdump line by Jan Stancek · 9 years ago
  66. caa4704 perf header: Fixup reading of HEADER_NRCPUS feature by Arnaldo Carvalho de Melo · 9 years ago
  67. 3bd7617 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
  68. cf2f33a perf trace: Add read/write to the file group by Arnaldo Carvalho de Melo · 9 years ago
  69. e607f14 perf probe: Print deleted events in cmd_probe() by Namhyung Kim · 9 years ago
  70. e7895e4 perf probe: Split del_perf_probe_events() by Namhyung Kim · 9 years ago
  71. b02137c perf probe: Move print logic into cmd_probe() by Namhyung Kim · 9 years ago
  72. 12fae5e perf probe: Link trace_probe_event into perf_probe_event by Wang Nan · 9 years ago
  73. 844dffa perf probe: Split add_perf_probe_events() by Namhyung Kim · 9 years ago
  74. 86c2786 perf intel-pt: Add support for PERF_RECORD_SWITCH by Adrian Hunter · 9 years ago
  75. 1b29ac5 perf session: Don't call dump_sample() when evsel is NULL by Kan Liang · 9 years ago
  76. f83b6b6 x86/insn: perf tools: Add new xsave instructions by Adrian Hunter · 9 years ago
  77. 978260c x86/insn: perf tools: Add new memory protection keys instructions by Adrian Hunter · 9 years ago
  78. ac1c885 x86/insn: perf tools: Add new memory instructions by Adrian Hunter · 9 years ago
  79. 3fe78d6 x86/insn: perf tools: Add new SHA instructions by Adrian Hunter · 9 years ago
  80. 78173ec x86/insn: perf tools: Pedantically tweak opcode map for MPX instructions by Adrian Hunter · 9 years ago
  81. 98e4619 perf tools: Add a test for decoding of new x86 instructions by Adrian Hunter · 9 years ago
  82. 3a9d772 perf tools: Display build warning if x86 instruction decoder differs from kernel by Adrian Hunter · 9 years ago
  83. 988bdb3 tools lib api fs: Move debugfs__strerror_open into tracing_path.c object by Jiri Olsa · 9 years ago
  84. 592d5a6 tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c by Jiri Olsa · 9 years ago
  85. 53ff6bc perf tools: Fix use of wrong event when processing exit events by Adrian Hunter · 9 years ago
  86. 65d4b26 perf tools: Move tracing_path stuff under same namespace by Jiri Olsa · 9 years ago
  87. f6a09af perf tools: Remove mountpoint arg from perf_debugfs_mount by Jiri Olsa · 9 years ago
  88. 245bad8 perf stat: Quieten failed to read counter message by Andi Kleen · 9 years ago
  89. 2bb00d2 perf tools: Store the cpu socket and core ids in the perf.data header by Kan Liang · 9 years ago
  90. 193b6bd perf cpumap: Factor out functions to get core_id and socket_id by Kan Liang · 9 years ago
  91. 7605594 tools lib traceevent: Support function __get_dynamic_array_len by He Kuang · 9 years ago
  92. dabf626 perf tools: Copy linux/filter.h to tools/include by He Kuang · 9 years ago
  93. 2f84b42 perf tools: Always use non inlined file name for 'srcfile' sort key by Andi Kleen · 9 years ago
  94. 5ad4da4 perf tools: Fix parse_events_add_pmu caller by Jiri Olsa · 9 years ago
  95. af4aead perf tools: Fix link time error with sample_reg_masks on non x86 by Stephane Eranian · 9 years ago
  96. 04aa90b perf build: Fix Intel PT instruction decoder dependency problem by Wang Nan · 9 years ago
  97. 3b27d13 perf dwarf: Fix potential array out of bounds access by Wang Nan · 9 years ago
  98. bcc84ec perf record: Add ability to name registers to record by Stephane Eranian · 9 years ago
  99. c5e991e perf/x86: Add list of register names by Stephane Eranian · 9 years ago
  100. fc36f94 perf script: Enable printing of interrupted machine state by Stephane Eranian · 9 years ago