linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-07 20:16:30 to 2017-09-06 13:54:57 UTC [more...]

[PATCH v3 00/13] generate full callchain cursor entries for inlined frames
 2017-09-06 13:54 UTC  (8+ messages)
` [PATCH v3 01/13] perf report: remove code to handle inline frames from browsers
` [PATCH v3 03/13] perf report: create real callchain entries for inlined frames
` [PATCH v3 05/13] perf report: mark inlined frames in output by " (inlined)" suffix
` [PATCH v3 06/13] perf script: mark inlined frames and do not print DSO for them
` [PATCH v3 07/13] perf report: compare symbol name for inlined frames when matching
` [PATCH v3 08/13] perf report: compare symbol name for inlined frames when sorting
` [PATCH v3 09/13] perf report: properly handle branch count in match_chain

[PATCH v2 00/14] generate full callchain cursor entries for inlined frames
 2017-09-06 13:13 UTC  (16+ messages)
` [PATCH v2 01/14] perf report: remove code to handle inline frames from browsers
` [PATCH v2 03/14] perf report: create real callchain entries for inlined frames
` [PATCH v2 11/14] perf report: cache srclines for callchain nodes

perf probe: register type casting to string
 2017-09-06 10:29 UTC 

deducing CPU clock rate over time from cycle samples
 2017-09-05 12:26 UTC  (11+ messages)
    ` broken cycle counts from perf record in frequency mode [Was: Re: deducing CPU clock rate over time from cycle samples]

[GIT PULL 00/13] perf/core improvements and fixes
 2017-09-05  5:15 UTC  (16+ messages)
` [PATCH 01/13] perf report: Calculate the average cycles of iterations
` [PATCH 02/13] perf syscalltbl: Support glob matching on syscall names
` [PATCH 03/13] perf trace: Support syscall name globbing
` [PATCH 04/13] perf test powerpc: Fix 'Object code reading' test
` [PATCH 05/13] perf intel-pt: Fix syntax in documentation of config option
` [PATCH 06/13] perf vendor events powerpc: Remove duplicate events
` [PATCH 07/13] perf tools: Support new sample type for physical address
` [PATCH 08/13] perf sort: Add sort option "
` [PATCH 09/13] perf mem: Support "
` [PATCH 10/13] perf script: "
` [PATCH 11/13] perf test: Add test case for PERF_SAMPLE_PHYS_ADDR
` [PATCH 12/13] perf stat: Only auto-merge events that are PMU aliases
` [PATCH 13/13] perf annotate browser: Help for cycling thru hottest instructions with TAB/shift+TAB

Callgraphs split at the kernel boundary
 2017-09-04 17:22 UTC  (5+ messages)

[GIT PULL 00/18] perf/core improvements and fixes
 2017-08-29 21:15 UTC  (20+ messages)
` [PATCH 01/18] perf stat: Fix path to PMU formats in documentation
` [PATCH 02/18] perf tools: Fix static build with newer toolchains
` [PATCH 03/18] perf c2c: Fix remote HITM detection for Skylake
` [PATCH 04/18] perf record: Set read_format for inherit_stat
` [PATCH 05/18] perf report: Add dump_read function
` [PATCH 06/18] perf values: Fix thread index bug
` [PATCH 07/18] perf values: Fix allocation check
` [PATCH 08/18] perf values: Zero value buffers
` [PATCH 09/18] perf report: Group stat values on global event id
` [PATCH 10/18] tools build tests: Don't hardcode gcc name
` [PATCH 11/18] perf tools: Allow external definition of flex and bison binary names
` [PATCH 12/18] tools lib: Allow external definition of CC, AR and LD
` [PATCH 13/18] perf tools: Robustify detection of clang binary
` [PATCH 14/18] perf tools: Pass full path of FEATURES_DUMP
` [PATCH 15/18] tools headers: Sync cpu features kernel ABI headers with tooling headers
` [PATCH 16/18] perf trace beauty: Beautify pkey_{alloc,free,mprotect} arguments
` [PATCH 17/18] perf probe: Fix kprobe blacklist checking condition
` [PATCH 18/18] perf symbols: Fix plt entry calculation for ARM and AARCH64

Filter option should follow a tracer option
 2017-08-24  8:36 UTC  (8+ messages)

[GIT PULL 00/15] perf/core improvements and fixes
 2017-08-23 19:36 UTC  (16+ messages)
` [PATCH 01/15] perf xyarray: Save max_x, max_y
` [PATCH 02/15] perf evsel: Fix buffer overflow while freeing events
` [PATCH 03/15] perf bpf: Tighten detection of BPF events
` [PATCH 04/15] perf tools: Add utility function to detect SMT status
` [PATCH 05/15] perf tools: Expression parser enhancements for metrics
` [PATCH 06/15] perf tools: Increase maximum number of events in expressions
` [PATCH 07/15] perf tools: Dedup events in expression parsing
` [PATCH 08/15] perf vendor events: Add core event list for Skylake Server
` [PATCH 09/15] perf vendor events: Add Skylake server uncore event list
` [PATCH 10/15] perf tools: Add support for printing new mem_info encodings
` [PATCH 11/15] perf test: Add test cases for new data source encoding
` [PATCH 12/15] perf tools: Really install manpages via 'make install-man'
` [PATCH 13/15] perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kb
` [PATCH 14/15] perf tools: Fix static linking with libdw from elfutils
` [PATCH 15/15] perf tools: Fix static linking with libunwind

[GIT PULL 00/13] perf/core improvements and fixes
 2017-08-22 10:20 UTC  (15+ messages)
` [PATCH 01/13] tools lib bpf: Fix double file test in Makefile
` [PATCH 02/13] perf jevents: Support FCMask and PortMask
` [PATCH 03/13] perf trace: Fix off by one string allocation problem
` [PATCH 04/13] perf events parse: Remove some needless local variables
` [PATCH 05/13] perf events parse: Rename parsing state struct to clearer name
` [PATCH 06/13] perf events parse: Use just one parse events state struct
` [PATCH 07/13] perf events parse: Rename parse_events_parse arguments
` [PATCH 08/13] perf tools: Remove unused cpu_relax() macros
` [PATCH 09/13] perf tools: Use default CPUINFO_PROC where it fits
` [PATCH 10/13] perf annotate stdio: Support --show-nr-samples option
` [PATCH 11/13] perf annotate: Document --show-total-period option
` [PATCH 12/13] perf annotate browser: Support --show-nr-samples option
` [PATCH 13/13] perf annotate browser: Circulate percent, total-period and nr-samples view

[PATCH 1/2] perf/bench/numa: Add functions to detect sparse numa nodes
 2017-08-17 12:30 UTC  (3+ messages)

[PATCH v3 0/2] Fixup for discontiguous/sparse numa nodes
 2017-08-21 10:17 UTC  (3+ messages)
` [PATCH v3 1/2] perf/bench/numa: Add functions to detect sparse "
` [PATCH v3 2/2] perf/bench/numa: Handle discontiguous/sparse "

Get Instruction Pointer value with pmu-tools package
 2017-08-21 10:13 UTC 

[PATCH v2 0/2] Fixup for discontiguous/sparse numa nodes
 2017-08-21  9:28 UTC  (3+ messages)
` [PATCH v2 1/2] perf/bench/numa: Add functions to detect sparse "
` [PATCH v2 2/2] perf/bench/numa: Handle discontiguous/sparse "

[PATCH 06/27] Provide supplementary error message facility [ver #5]
 2017-08-18  3:09 UTC 

[GIT PULL 00/10] perf/core improvements and fixes
 2017-08-17  7:45 UTC  (12+ messages)
` [PATCH 01/10] perf tests shell: Remove duplicate skip_if_no_debuginfo() function
` [PATCH 02/10] perf test shell: Check if 'perf probe' is available, skip tests if not
` [PATCH 03/10] perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1
` [PATCH 04/10] perf scripts python: Fix missing call_path_id in export-to-postgresql script
` [PATCH 05/10] perf scripts python: Fix query in call-graph-from-postgresql.py
` [PATCH 06/10] perf script python: Add support for exporting to sqlite3
` [PATCH 07/10] perf script python: Rename call-graph-from-postgresql.py to call-graph-from-sql.py
` [PATCH 08/10] perf script python: Add support for sqlite3 "
` [PATCH 09/10] perf bpf: Fix endianness problem when loading parameters in prologue
` [PATCH 10/10] perf test shell: Replace '|&' with '2>&1 |' to work with more shells

[PATCHv3] perf bpf: Fix endianness problem when loading parameters in prologue
 2017-08-16 13:35 UTC  (4+ messages)

[PATCHv2] perf bpf: Fix endianness problem when loading parameters in prologue
 2017-08-15  8:47 UTC  (4+ messages)

[GIT PULL 00/19] perf/core improvements and fixes
 2017-08-14 17:52 UTC  (22+ messages)
` [PATCH 01/19] perf scripting python: Add ppc64le to audit uname list
` [PATCH 02/19] perf vendor events powerpc: remove suffix in mapfile
` [PATCH 03/19] perf vendor events powerpc: Update POWER9 events
` [PATCH 04/19] perf stat: Fix saved values rbtree lookup
` [PATCH 05/19] perf tools: Add missing newline to expr parser error messages
` [PATCH 06/19] perf test: Make 'list' subcommand match main 'perf test' numbering/matching
` [PATCH 07/19] perf test: Add 'struct test *' to the test functions
` [PATCH 08/19] perf test: Add infrastructure to run shell based tests
` [PATCH 09/19] perf test: Make 'list' use same filtering code as main 'perf test'
` [PATCH 10/19] perf test shell: Add 'probe_vfs_getname' shell test
` [PATCH 11/19] perf test shell: Install shell tests
` [PATCH 12/19] perf test shell: Move vfs_getname probe function to lib
` [PATCH 13/19] perf test shell: Add test using probe:vfs_getname and verifying results
` [PATCH 14/19] perf test shell: Add test using vfs_getname + 'perf trace'
` [PATCH 15/19] perf util: Take elf_name as const string in dso__demangle_sym
` [PATCH 16/19] perf srcline: Do not consider empty files as valid srclines
` [PATCH 17/19] perf record: Fix wrong size in perf_record_mmap for last kernel module
` [PATCH 18/19] perf report: Fix module symbol adjustment for s390x
` [PATCH 19/19] perf test shell: Add uprobes + backtrace ping test

perf bpf: Reworked fix endianness problem when loading parameters in prologue
 2017-08-14 11:08 UTC  (4+ messages)

[PATCH] perf bpf: Fix endianness problem when loading parameters in prologue
 2017-08-14  9:42 UTC  (2+ messages)

perf test BPF subtest bpf-prologue test fails on s390x
 2017-08-11 11:13 UTC  (7+ messages)
      ` Fwd: "

[PATCH] perf test llvm: Fix f_mode endianness problem
 2017-08-11  5:44 UTC 

[PATCH] perf test llvm: Fix f_mode endianness problem
 2017-08-11  5:44 UTC 

[GIT PULL 00/18] perf/core improvements
 2017-08-10 15:09 UTC  (2+ messages)

[PATCH 0/2] Fixup for discontiguous/sparse numa nodes
 2017-08-10  7:27 UTC 

[PATCH 2/2] perf/bench/numa: Handle discontiguous/sparse numa nodes
 2017-08-10  7:29 UTC 

[PATCH 1/9] perf: test 15 fix python error on empty result
 2017-08-10  7:15 UTC  (15+ messages)
` [PATCH 2/9] perf test: perf test case 15 result ignored
` [PATCH 3/9] perf: test 15 fix test-stat-group tests
` [PATCH 4/9] perf: test 15 add s390x support for stat test cases
` [PATCH 5/9] perf test 15: disable test-record-group tests on s390x
` [PATCH 6/9] perf test 15: disable test-record-filter "
` [PATCH 7/9] perf test 15: disable test-record-graph-dwarf test "
` [PATCH 8/9] perf: test 15 change period and frequency for s390x
` [PATCH 9/9] perf: test 15 fix expected task value

[PATCHv2 2/9] perf test: perf test case 15 result ignored
 2017-08-09 12:13 UTC 

uretprobe occasionally fires twice
 2017-08-08 18:56 UTC 

Not getting PMC events on Broadwell-EX
 2017-08-08 16:54 UTC  (4+ messages)

[PATCH 1/2] perf report fix module symbol adjustment for s390x
 2017-08-08  7:16 UTC  (9+ messages)
` [PATCH 2/2] perf record: wrong size in perf_record_mmap for last kernel module


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).