linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-08 19:49:39 to 2018-03-24 20:02:11 UTC [more...]

[GIT PULL 00/44] perf/core improvements and fixes
 2018-03-24 20:02 UTC  (45+ messages)
` [PATCH 01/44] perf unwind: Report error from dwfl_attach_state
` [PATCH 02/44] perf annotate: Move annotation_options out of the TUI browser
` [PATCH 03/44] perf annotate: Move cycles/IPC formatting width constants outside TUI
` [PATCH 04/44] perf annotate tui: Use annotate_browser__cycles_width() mroe
` [PATCH 05/44] perf annotate tui: Move have_cycles to struct annotation
` [PATCH 06/44] perf annotate: Move annotation_line array from TUI to generic code
` [PATCH 07/44] perf annotate: Move compute_ipc() to annotation library
` [PATCH 08/44] perf annotate: Move nr_events from annotate_browser to annotation struct
` [PATCH 09/44] perf annotate: Stop using a global config struct
` [PATCH 10/44] perf annotate: Move pcnt_with() to the annotation library
` [PATCH 11/44] perf annotate tui: Add browser__annotation() helper
` [PATCH 12/44] perf annotate: Move max_jump_sources to struct annotation
` [PATCH 13/44] perf annotate: Move jumps_percent_color to ui_browser
` [PATCH 14/44] perf annotate: Move nr_jumps to struct annotation
` [PATCH 15/44] perf annotate: Move mark_jump_targets from the TUI to the annotation library
` [PATCH 16/44] perf annotate: Nuke struct browser_line
` [PATCH 17/44] perf annotate: Move 'start' to struct annotation
` [PATCH 18/44] perf annotate: Move nr_{asm_}entries "
` [PATCH 19/44] perf annotate: Introduce set_offsets() method out of TUI code
` [PATCH 20/44] perf annotate: Move the column widths from the TUI to generic lib
` [PATCH 21/44] perf annotate: Move update_column_widths() to the "
` [PATCH 22/44] perf annotate: Introduce init_column_widths() method out of TUI code
` [PATCH 23/44] perf annotate: Introduce symbol__annotate2 method
` [PATCH 24/44] perf annotate: Introduce annotation_line__max_percent()
` [PATCH 25/44] perf ui browser: Add vprintf() method
` [PATCH 26/44] perf annotate: Introduce annotation_line__print_start() out of TUI code
` [PATCH 27/44] perf annotate: Finish the generalization of annotate_browser__write()
` [PATCH 28/44] perf annotate: Use a ops table for annotation_line__write()
` [PATCH 29/44] perf annotate: Introduce annotation_line__filter()
` [PATCH 30/44] perf annotate: Introduce the --stdio2 output mode
` [PATCH 31/44] perf annotate: Move the default annotate options to the library
` [PATCH 32/44] perf annotate: Use the default annotation options for --stdio2
` [PATCH 33/44] perf annotate: Add function header to --stdio2
` [PATCH 34/44] perf annotate: Introduce --ignore-vmlinux command line option
` [PATCH 35/44] perf report: "
` [PATCH 36/44] perf annotate browser: Add 'P' hotkey to dump annotation to file
` [PATCH 37/44] perf annotate: No need to calculate notes->start twice
` [PATCH 38/44] perf annotate: Pass function descriptor to its instruction parsing routines
` [PATCH 39/44] perf annotate: Mark jumps to outher functions with the call arrow
` [PATCH 40/44] perf python: Reference Py_None before returning it
` [PATCH 41/44] perf annotate: Add "_local" to jump/offset validation routines
` [PATCH 42/44] perf annotate: Support jumping from one function to another
` [PATCH 43/44] perf annotate: Defer searching for comma in raw line till it is needed
` [PATCH 44/44] perf annotate: Use absolute addresses to calculate jump target offsets

[PATCH RESEND] perf annotate: Don't prepend symfs path to build_id_filename
 2018-03-23 12:16 UTC  (2+ messages)

[PATCH] perf list: Add s390 support for detailed/verbose pmu event description
 2018-03-21  6:53 UTC 

[PATCH RESEND] perf unwind: Report error from dwfl_attach_state
 2018-03-20 16:18 UTC  (3+ messages)

[GIT PULL 00/14] perf/core improvements and fixes
 2018-03-19 19:39 UTC  (16+ messages)
` [PATCH 01/14] perf annotate: Use asprintf when formatting objdump command line
` [PATCH 02/14] perf tests: Fix out of bounds access on array fd when cnt is 100
` [PATCH 03/14] perf record: Synthesize features before events in pipe mode
` [PATCH 04/14] perf report: Support forced leader feature "
` [PATCH 05/14] perf vendor events: Update POWER9 events
` [PATCH 06/14] perf mmap: Discard head in overwrite_rb_find_range()
` [PATCH 07/14] perf debug: Avoid setting 'quiet' to 'true' unnecessarily
` [PATCH 08/14] perf tools: Fix snprint warnings for gcc 8
` [PATCH 09/14] perf tools: Fix python extension build "
` [PATCH 10/14] perf top: Document --ignore-vmlinux
` [PATCH 11/14] perf annotate: Use ops->target.name when available for unresolved call targets
` [PATCH 12/14] perf probe: Use right type to access array elements
` [PATCH 13/14] objtool, perf: Fix GCC 8 -Wrestrict error
` [PATCH 14/14] perf tests bp_account: Fix build with clang-6

[PATCH] perf trace: remove redundant ')'
 2018-03-16 12:50 UTC  (3+ messages)

[PATCH] perf-probe: Fix to convert array type collectly
 2018-03-16  7:25 UTC 

[PATCH] perf trace: __print_array should print hex format instead of dec
 2018-03-15 17:49 UTC  (5+ messages)

[PATCH] perf stat: Add support for s390 transaction counters
 2018-03-14 17:31 UTC  (11+ messages)
` [PATCH] perf stat: Make function perf_stat_evsel_id_init static

[PATCH 1/2 v2] perf stat: Rework x86 transaction counter handling
 2018-03-14 12:40 UTC  (2+ messages)
` [PATCH 2/2 v2] perf stat: Add support for flag T on s390

[GIT PULL 00/31] perf/core improvements and fixes
 2018-03-14  7:17 UTC  (41+ messages)
` [PATCH 01/31] perf env: Free memory nodes data
` [PATCH 02/31] perf tools: Add mem2node object
` [PATCH 03/31] perf tests: Add mem2node object test
` [PATCH 04/31] perf c2c record: Record physical addresses in samples
` [PATCH 05/31] perf c2c report: Make calc_width work with struct c2c_hist_entry
` [PATCH 06/31] perf c2c report: Call calc_width() only for displayed entries
` [PATCH 07/31] perf c2c report: Display node for cacheline address
` [PATCH 08/31] perf c2c report: Add span header over cacheline data
` [PATCH 09/31] perf c2c report: Add cacheline address count column
` [PATCH 10/31] perf tools arm64: Add libdw DWARF post unwind support for ARM64
` [PATCH 11/31] perf vendor events: Drop incomplete multiple mapfile support
` [PATCH 12/31] perf vendor events: Fix error code in json_events()
` [PATCH 13/31] perf vendor events: Drop support for unused topic directories
` [PATCH 14/31] perf vendor events: Add support for pmu events vendor subdirectory
` [PATCH 15/31] perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
` [PATCH 16/31] perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
` [PATCH 17/31] perf vendor events: Add support for arch standard events
` [PATCH 18/31] perf vendor events arm64: Add armv8-recommended.json
` [PATCH 19/31] perf vendor events arm64: Fixup ThunderX2 to use recommended events
` [PATCH 20/31] perf vendor events arm64: fixup A53 "
` [PATCH 21/31] perf vendor events arm64: add HiSilicon hip08 JSON file
` [PATCH 22/31] perf stat: Fix core dump when flag T is used
` [PATCH 23/31] perf report: Show zero counters as well in 'perf report --stat'
` [PATCH 24/31] perf vendor events arm64: Enable JSON events for ThunderX2 B0
` [PATCH 25/31] perf unwind: Unwind with libdw doesn't take symfs into account
` [PATCH 26/31] perf record: Avoid duplicate call of perf_default_config()
` [PATCH 27/31] perf top: Fix top.call-graph config option reading
` [PATCH 28/31] perf llvm: Display eBPF compiling command in debug output
` [PATCH 29/31] perf stat: Make function perf_stat_evsel_id_init static
` [PATCH 30/31] perf machine: Fix mmap name setup
` [PATCH 31/31] perf test: Fix exit code for record+probe_libc_inet_pton.sh

[PATCH] perf annotate: Don't prepend symfs path to build_id_filename
 2018-03-13 15:24 UTC  (4+ messages)

[PATCH] perf tools arm64: Add libdw DWARF post unwind support for ARM64
 2018-03-13 15:23 UTC  (10+ messages)

[PATCH RESEND v5] perf/core: Fix installing arbitrary cgroup event into cpu
 2018-03-12 13:10 UTC  (7+ messages)

[PATCH] perf stat: Fix core dump when flag T is used
 2018-03-09 15:17 UTC  (2+ messages)

[GIT PULL 00/54] perf/core improvements and fixes
 2018-03-09  7:29 UTC  (53+ messages)
` [PATCH 04/54] perf cgroup: Rename close_cgroup() to cgroup__put()
` [PATCH 05/54] perf cgroup: Introduce cgroup__get()
` [PATCH 06/54] perf cgroup: Introduce find_cgroup() method
` [PATCH 07/54] perf cgroup: Introduce cgroup__new() out of open coded equivalent
` [PATCH 08/54] perf sched: Move thread::shortname to thread_runtime
` [PATCH 09/54] perf sched map: Re-annotate shortname if thread comm changed
` [PATCH 10/54] perf record: Combine some auxtrace initialization into a single function
` [PATCH 11/54] perf cgroup: Add evlist__findnew_cgroup()
` [PATCH 12/54] perf cgroup: Add evlist__add_default_cgroup()
` [PATCH 13/54] perf cgroup: Make the cgroup name be const char *
` [PATCH 14/54] perf trace: Support setting cgroups as targets
` [PATCH 15/54] perf auxtrace: Add missing parameters from kernel-doc comments
` [PATCH 16/54] perf auxtrace: Rename some buffer-queuing functions
` [PATCH 17/54] perf auxtrace: Make auxtrace_queues__add_buffer() return buffer_ptr
` [PATCH 18/54] perf tools: Correct title markers for asciidoctor
` [PATCH 19/54] perf pmu: Support wildcards on pmu name in dynamic pmu events
` [PATCH 20/54] perf pmu: Display pmu name when printing unmerged events in stat
` [PATCH 21/54] perf pmu: Auto-merge PMU events created by prefix or glob match
` [PATCH 22/54] perf evlist: Store 'overwrite' in struct perf_mmap
` [PATCH 23/54] perf mmap: Store mmap scope in struct perf_mmap()
` [PATCH 24/54] perf mmap: Use the stored scope data in perf_mmap__push()
` [PATCH 25/54] perf mmap: Use the stored data in perf_mmap__read_event()
` [PATCH 26/54] perf mmap: Use stored 'overwrite' in perf_mmap__consume()
` [PATCH 27/54] perf mmap: Simplify perf_mmap__consume()
` [PATCH 28/54] perf mmap: Simplify perf_mmap__read_event()
` [PATCH 29/54] perf mmap: Simplify perf_mmap__read_init()
` [PATCH 30/54] perf intel-pt: Fix overlap detection to identify consecutive buffers correctly
` [PATCH 31/54] perf intel-pt: Fix sync_switch
` [PATCH 32/54] perf intel-pt: Fix error recovery from missing TIP packet
` [PATCH 33/54] perf intel-pt: Fix timestamp following overflow
` [PATCH 34/54] perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULL
` [PATCH 35/54] perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()
` [PATCH 36/54] perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()
` [PATCH 37/54] perf intel-pt: Remove a check for sampling mode
` [PATCH 38/54] perf intel-pt: Adjust overlap-checking to support "
` [PATCH 39/54] perf annotate: Fix s390 target function disassembly
` [PATCH 40/54] perf report: Fix the output for stdio events list
` [PATCH 41/54] perf report: Display perf.data header info
` [PATCH 42/54] perf record: Move machine variable down the function
` [PATCH 43/54] perf record: Remove progname from struct record
` [PATCH 44/54] perf tools: Add refcnt into struct mem_info
` [PATCH 45/54] perf c2c: Use mem_info refcnt logic
` [PATCH 46/54] perf tools: Add MEM_TOPOLOGY feature to perf data file
` [PATCH 47/54] perf tools: Update tags with .cpp files
` [PATCH 48/54] perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRA
` [PATCH 49/54] perf build: Add llvm/clang make targets to FILES
` [PATCH 50/54] perf build: Force llvm/clang test compile output to .make.output
` [PATCH 51/54] perf report: Provide libtraceevent with a kernel symbol resolver
` [PATCH 52/54] perf annotate: Support to display the IPC/Cycle in TUI mode
` [PATCH 53/54] perf annotate: Handle s390 PC relative load and store instruction
` [PATCH 54/54] perf tools: Update quipper information


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).