linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-03 18:55:17 to 2019-05-23 08:25:21 UTC [more...]

[PATCHv2] perf report: Fix OOM error in TUI mode on s390
 2019-05-23  8:25 UTC 

[PATCH 0/3] Fix OOM in perf report on s390
 2019-05-23  8:12 UTC  (7+ messages)
` [PATCH 1/3] perf report: Fix OOM error in TUI mode "
` [PATCH 2/3] perf record: Fix kallsym map size for s390
` [PATCH 3/3] perf record: Fix s390 missing module symbol and warning for non-root users

[PATCHv2] perf/report: Support s390 diag event display on x86
 2019-05-22 11:12 UTC  (2+ messages)

[PATCH] pert/report: Support s390 diag event display on x86
 2019-05-21 13:38 UTC  (4+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-05-20 14:46 UTC  (80+ messages)
` [PATCH 01/73] perf annotate: Remove hist__account_cycles() from callback
` [PATCH 02/73] perf test: Fix spelling mistake "leadking" -> "leaking"
` [PATCH 03/73] csky: Add support for libdw
` [PATCH 04/73] tools lib traceevent: Remove hard coded install paths from pkg-config file
` [PATCH 05/73] perf tools: Speed up report for perf compiled with linwunwind
` [PATCH 06/73] tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'
` [PATCH 07/73] tools arch uapi: Sync the x86 kvm.h copy
` [PATCH 08/73] tools x86 uapi asm: Sync the pt_regs.h copy with the kernel sources
` [PATCH 09/73] tools pci: Do not delete pcitest.sh in 'make clean'
` [PATCH 10/73] perf record: Fix suggestion to get list of registers usable with --user-regs and --intr-regs
` [PATCH 11/73] perf parse-regs: Improve error output when faced with unknown register name
` [PATCH 12/73] perf tools x86: Add support for recording and printing XMM registers
` [PATCH 13/73] perf scripts python: exported-sql-viewer.py: Move view creation
` [PATCH 14/73] perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlarging font
` [PATCH 15/73] perf scripts python: exported-sql-viewer.py: Add tree level
` [PATCH 16/73] perf scripts python: exported-sql-viewer.py: Add copy to clipboard
` [PATCH 17/73] perf scripts python: exported-sql-viewer.py: Add context menu
` [PATCH 18/73] perf scripts python: exported-sql-viewer.py: Add 'About' dialog box
` [PATCH 19/73] perf vendor events intel: Add uncore_upi JSON support
` [PATCH 20/73] perf machine: Null-terminate version char array upon fgets(/proc/version) error
` [PATCH 21/73] tools lib traceevent: Introduce man pages
` [PATCH 22/73] tools lib traceevent: Add support for man pages with multiple names
` [PATCH 23/73] tools lib traceevent: Man pages for tep_handler related APIs
` [PATCH 24/73] tools lib traceevent: Man page for header_page APIs
` [PATCH 25/73] tools lib traceevent: Man page for get/set cpus APIs
` [PATCH 26/73] tools lib traceevent: Man page for file endian APIs
` [PATCH 27/73] tools lib traceevent: Man page for host "
` [PATCH 28/73] tools lib traceevent: Man page for page size APIs
` [PATCH 29/73] tools lib traceevent: Man page for tep_strerror()
` [PATCH 30/73] tools lib traceevent: Man pages for event handler APIs
` [PATCH 31/73] tools lib traceevent: Man pages for function related libtraceevent APIs
` [PATCH 32/73] tools lib traceevent: Man pages for registering print function
` [PATCH 33/73] tools lib traceevent: Man page for tep_read_number()
` [PATCH 34/73] tools lib traceevent: Man pages for event find APIs
` [PATCH 35/73] tools lib traceevent: Man page for list events APIs
` [PATCH 36/73] tools lib traceevent: Man pages for libtraceevent event get APIs
` [PATCH 37/73] tools lib traceevent: Man pages for find field APIs
` [PATCH 38/73] tools lib traceevent: Man pages for get field value APIs
` [PATCH 39/73] tools lib traceevent: Man pages for print field APIs
` [PATCH 40/73] tools lib traceevent: Man page for tep_read_number_field()
` [PATCH 41/73] tools lib traceevent: Man pages for event fields APIs
` [PATCH 42/73] tools lib traceevent: Man pages for event filter APIs
` [PATCH 43/73] tools lib traceevent: Man pages for parse event APIs
` [PATCH 44/73] tools lib traceevent: Man page for tep_parse_header_page()
` [PATCH 45/73] tools lib traceevent: Man pages for APIs used to extract common fields from a record
` [PATCH 46/73] tools lib traceevent: Man pages for trace sequences APIs
` [PATCH 47/73] perf build tests: Add NO_LIBZSTD=1 to make_minimal
` [PATCH 48/73] perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics
` [PATCH 49/73] perf record: Implement COMPRESSED event record and its attributes
` [PATCH 50/73] perf mmap: Implement dedicated memory buffer for data compression
` [PATCH 51/73] perf tools: Introduce Zstd streaming based compression API
` [PATCH 52/73] perf record: Implement compression for serial trace streaming
` [PATCH 53/73] perf record: Implement compression for AIO "
` [PATCH 54/73] perf report: Add stub processing of compressed events for -D
` [PATCH 55/73] perf record: Implement -z,--compression_level[=<n>] option
` [PATCH 56/73] perf report: Implement perf.data record decompression
` [PATCH 57/73] perf inject: Enable COMPRESSED "
` [PATCH 58/73] perf tests: Implement Zstd comp/decomp integration test
` [PATCH 59/73] perf test zstd: Fixup verbose mode output
` [PATCH 60/73] perf jevents: Remove unused variable
` [PATCH 61/73] perf vendor events arm64: Remove [[:xdigit:]] wildcard
` [PATCH 62/73] perf vendor events arm64: Map Brahma-B53 CPUID to cortex-a53 events
` [PATCH 63/73] perf vendor events arm64: Add Cortex-A57 and Cortex-A72 events
` [PATCH 64/73] perf parse-regs: Split parse_regs
` [PATCH 65/73] perf parse-regs: Add generic support for arch__intr/user_reg_mask()
` [PATCH 66/73] perf regs x86: Add X86 specific arch__intr_reg_mask()
` [PATCH 67/73] perf intel-pt: Fix instructions sampling rate
` [PATCH 68/73] perf intel-pt: Fix improved sample timestamp
` [PATCH 69/73] perf intel-pt: Fix sample timestamp wrt non-taken branches
` [PATCH 70/73] perf docs: Add description for stderr
` [PATCH 71/73] perf tools: Add a 'percore' event qualifier
` [PATCH 72/73] perf stat: Factor out aggregate counts printing
` [PATCH 73/73] perf stat: Support 'percore' event qualifier
` [PATCH] tools/headers: Synchronize kernel ABI headers

[PATCH] perf docu: Add description for stderr
 2019-05-15 19:32 UTC  (2+ messages)

[PATCH 2/3] perf parse-regs: Add generic support for non-gprs
 2019-05-14 19:34 UTC  (3+ messages)

[PATCH] perf vendor events intel: Add uncore_upi JSON support
 2019-05-14 14:42 UTC  (2+ messages)

[PATCH 4/6] perf scripts python: exported-sql-viewer.py: Add copy to clipboard
 2019-05-13 20:03 UTC 

[PATCH] perf report: Fix OOM error in TUI mode on s390
 2019-05-13  8:05 UTC 

[PATCH 4.9 54/62] perf/x86/amd: Update generic hardware cache events for Family 17h
 2019-05-06 14:33 UTC 

[PATCH 4.14 58/75] perf/x86/amd: Update generic hardware cache events for Family 17h
 2019-05-06 14:33 UTC 

[PATCH 4.19 70/99] perf/x86/amd: Update generic hardware cache events for Family 17h
 2019-05-06 14:32 UTC 

[PATCH 5.0 083/122] perf/x86/amd: Update generic hardware cache events for Family 17h
 2019-05-06 14:32 UTC 

[PATCH] tools/bpf: fix perf build error with uClibc (seen on ARC)
 2019-05-05  7:05 UTC  (5+ messages)
  ` [PATCH v2] "

[GIT PULL 00/11] perf/urgent fixes
 2019-05-03  5:49 UTC  (13+ messages)
` [PATCH 01/11] perf bpf: Return value with unlocking in perf_env__find_btf()
` [PATCH 02/11] tools uapi x86: Sync vmx.h with the kernel
` [PATCH 03/11] perf annotate: Fix build on 32 bit for BPF annotation
` [PATCH 04/11] tools lib traceevent: Change tag string for error
` [PATCH 05/11] perf bench numa: Add define for RUSAGE_THREAD if not present
` [PATCH 06/11] perf report: Report OOM in status line in the GTK UI
` [PATCH 07/11] perf cs-etm: Don't check cs_etm_queue::prev_packet validity
` [PATCH 08/11] perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet
` [PATCH 09/11] tools build: Add -ldl to the disassembler-four-args feature test
` [PATCH 10/11] tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscv
` [PATCH 11/11] perf tools: Remove needless asm/unistd.h include fixing build in some places

perf tools build broken after v5.1-rc1
 2019-05-02 20:09 UTC  (24+ messages)
        ` Detecting libc in perf (was Re: perf tools build broken after v5.1-rc1)

[PATCH] perf/x86/amd: update generic hardware cache events for Family 17h
 2019-05-02 15:29 UTC 

[PATCHv2] perf/report: Report OOM in perf report status line
 2019-04-29  7:50 UTC 

[PATCH] perf/report: Report OOM in perf report status line
 2019-04-26 15:12 UTC  (6+ messages)

[PATCH] pert/report: Support s390 diag event display on x86
 2019-04-26  9:24 UTC 

[ANNOUNCE] Call for KernelShark logos!
 2019-04-24 13:50 UTC 

[GIT PULL 0/7] perf/urgent fixes
 2019-04-19 17:11 UTC  (9+ messages)
` [PATCH 1/7] perf top: Always sample time to satisfy needs of use of ordered queuing
` [PATCH 2/7] tools include uapi: Sync sound/asound.h copy
` [PATCH 3/7] perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_info()
` [PATCH 4/7] perf tools: Check maps for bpf programs
` [PATCH 5/7] perf evlist: Fix side band thread draining
` [PATCH 6/7] perf tools: Fix map reference counting
` [PATCH 7/7] perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()

Tracing Summit 2019: Announcement and Call for Proposals, August 20th, 2019, San Diego, CA
 2019-04-16 15:54 UTC 

perf tools:Is there any tools to found out the max latency by irq or cpu idle
 2019-04-16  1:34 UTC  (8+ messages)

[PATCH] perf/report: Report OOM in perf report status line
 2019-04-15 10:17 UTC  (2+ messages)

[PATCH] perf/report: [RFC] Handling OOM in perf report
 2019-04-15  8:28 UTC  (4+ messages)

[GIT PULL 0/7] perf/urgent fixes
 2019-04-12 16:33 UTC  (2+ messages)

[GIT PULL 0/7] perf/urgent fixes
 2019-04-12 16:14 UTC  (9+ messages)
` [PATCH 1/7] x86/perf/amd: Remove need to check "running" bit in NMI handler
` [PATCH 2/7] x86/perf/amd: Fix build failure when CONFIG_HAVE_NMI_WATCHDOG is not set
` [PATCH 3/7] perf header: Fix lock/unlock imbalances when processing BPF/BTF info
` [PATCH 4/7] perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_view
` [PATCH 5/7] perf stat: Disable DIR_FORMAT feature for 'perf stat record'
` [PATCH 6/7] tools lib traceevent: Fix missing equality check for strcmp
` [PATCH 7/7] perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)

[BUG] perf: intel_pt won't display kernel function
 2019-04-04 17:38 UTC  (12+ messages)


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