linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-04 05:25:48 to 2018-05-07 20:13:31 UTC [more...]

[GIT PULL 0/6] perf/urgent fixes
 2018-05-07 20:13 UTC  (5+ messages)
` [PATCH 1/6] perf bench numa: Fix typo in options
` [PATCH 2/6] perf vendor events intel: Remove duplicated entry for westmereep-dp in mapfile.csv
` [PATCH 3/6] tools headers: Sync x86 cpufeatures.h with the kernel sources
` [PATCH 4/6] tools headers kvm: Sync uapi/linux/kvm.h "

[GIT PULL 00/12] perf/urgent fixes
 2018-05-07 19:42 UTC  (30+ messages)
` [PATCH 01/12] perf machine: Set main kernel end address properly
` [PATCH 02/12] perf list: Remove s390 specific strcmp_cpuid_cmp function
` [PATCH 03/12] perf test: Adapt test case record+probe_libc_inet_pton.sh for s390
` [PATCH 04/12] perf stat: Keep the / modifier separator in fallback
` [PATCH 05/12] perf pmu: Fix pmu events parsing rule
            ` [PATCH] perf tools: Fix parser for empty pmu terms case
` [PATCH 06/12] perf evsel: Disable write_backward for leader sampling group events
` [PATCH 07/12] perf mem: Document incorrect and missing options
` [PATCH 08/12] perf record: Fix s390 undefined record__auxtrace_init() return value
` [PATCH 09/12] perf pmu: Fix core PMU alias list for X86 platform
` [PATCH 10/12] perf stat: Print out hint for mixed PMU group error
` [PATCH 11/12] perf evsel: Only fall back group read for leader
` [PATCH 12/12] perf stat: Fix duplicate PMU name for interval print

[PATCH v2] perf tools: allow map files to specify DSO
 2018-05-07 18:40 UTC  (2+ messages)

[PATCH] perf: test 60 fails on s390 inline missing on s390
 2018-05-03  6:58 UTC 

[GIT PULL 00/52] perf/core improvements and fixes
 2018-05-02 15:19 UTC  (53+ messages)
` [PATCH 01/52] perf buildid-cache: Support --list option
` [PATCH 02/52] perf buildid-cache: Support --purge-all option
` [PATCH 03/52] perf check-headers.sh: Simplify arguments passing
` [PATCH 04/52] perf check-headers.sh: Add support to check 2 independent files
` [PATCH 05/52] perf stat: Display time in precision based on std deviation
` [PATCH 06/52] perf stat: Add --table option to display time of each run
` [PATCH 07/52] perf stat: Display length strings of each run for --table option
` [PATCH 08/52] perf top: Use __map__is_kernel()
` [PATCH 09/52] perf symbols: Use __map__is_kernel() instead of ad-hoc equivalent code
` [PATCH 10/52] perf dso: Add dso__has_symbols() method
` [PATCH 11/52] perf map: Introduce map__has_symbols()
` [PATCH 12/52] perf thread: Introduce thread__find_map()
` [PATCH 13/52] perf tests: Let 'perf test list' display subtests
` [PATCH 14/52] perf thread: Introduce thread__find_symbol()
` [PATCH 15/52] perf script: Use thread__find_symbol() instead of ad-hoc equivalent
` [PATCH 16/52] perf thread: Make thread__find_map() return the map
` [PATCH 17/52] perf thread: Make thread__find_symbol() return the symbol searched
` [PATCH 18/52] perf map: Shorten map_groups__find_by_name() signature
` [PATCH 19/52] perf Documentation: Support for asciidoctor
` [PATCH 20/52] perf machine: Introduce machine__kernel_maps()
` [PATCH 21/52] perf machine: Shorten machine__load_kallsyms() signature
` [PATCH 22/52] perf machine: Remove needless map_type from machine__load_vmlinux_path()
` [PATCH 23/52] perf tests vmlinux-kallsyms: Use machine__find_kernel_function(_by_name)
` [PATCH 24/52] perf tests vmlinux-kallsyms: Use map__for_each_symbol() instead of open coded equivalent
` [PATCH 25/52] perf map: Shorten map_groups__find() signature
` [PATCH 26/52] perf ui stdio: Use map_groups__fprintf()
` [PATCH 27/52] perf symbols: Shorten dso__(first|last)_symbol()
` [PATCH 28/52] tools lib symbols: Introduce kallsyms__is_function()
` [PATCH 29/52] perf tools: Use kallsyms__is_function()
` [PATCH 30/52] perf symbols: Unexport symbol_type__is_a()
` [PATCH 31/52] perf map: Remove enum_type arg to map_groups__first()
` [PATCH 32/52] perf symbols: Remove map_type arg from dso__find_symbol()
` [PATCH 33/52] perf thread: Remove addr_type arg from thread__find_cpumode_addr_location()
` [PATCH 34/52] perf machine: Use machine__find_kernel_function() instead of open coded version
` [PATCH 35/52] perf thread: Ditch __thread__find_symbol()
` [PATCH 36/52] perf thread: Make thread__find_map() search all maps
` [PATCH 37/52] perf map: Remove map_type arg from map_groups__find()
` [PATCH 38/52] perf symbols: Store the ELF symbol type in the symbol struct
` [PATCH 39/52] perf machine: Set PROT_EXEC for executable PERF_RECORD_MMAP records
` [PATCH 40/52] perf sort: Use mmap->prot on "dcacheline" formatting
` [PATCH 41/52] perf symbols: No need to special case MAP__FUNCTION in fixup
` [PATCH 42/52] perf symbols: Use symbol type instead of map->type
` [PATCH 43/52] perf map: Use map->prot in place of type==MAP__FUNCTION
` [PATCH 44/52] perf symbols: "
` [PATCH 45/52] perf symbols: Unify symbol maps
` [PATCH 46/52] perf symbols: Remove needless goto
` [PATCH 47/52] perf symbols: Split kernel symbol processing from dso__load_sym()
` [PATCH 48/52] perf symbols: Remove unused dso__load_all_kallsyms() 'map' parameter
` [PATCH 49/52] perf symbols: kallsyms__delta() needs the kmap, not the map
` [PATCH 50/52] perf symbols: Move split_kallsyms to struct map_groups
` [PATCH 51/52] perf tools: Fix spelling mistake: "builid" -> "buildid"
` [PATCH 52/52] perf machine: Ditch find_kernel_function variants

[PATCH v2]: perf/x86: expose user space frame-pointer value on a sample
 2018-04-27 13:39 UTC 

[PATCH] perf test: Adapt test case record+probe_libc_inet_pton.sh for s390
 2018-04-27 12:31 UTC  (8+ messages)

[PATCH v2]: perf/x86: expose user space frame-pointer value on a sample
 2018-04-25 12:50 UTC 

[RFC PATCH] perf tools: allow map files to specify DSO
 2018-04-24 19:39 UTC  (2+ messages)

[PATCH] perf record: Fix s390 random record__auxtrace_init return value
 2018-04-23 14:29 UTC 

[PATCH v2] perf test: Adapt test case record+probe_libc_inet_pton.sh for s390
 2018-04-23 14:12 UTC  (2+ messages)

[PATCH v2] perf list: Remove s390 specific strcmp_cpuid_cmp function
 2018-04-23 14:03 UTC  (2+ messages)

[PATCH 02/17] perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]
 2018-04-20 14:32 UTC  (16+ messages)
` [PATCH 03/17] perf report: Extend raw dump (-D) out with switch out event type
` [PATCH 04/17] perf script: Extend misc field decoding "
` [PATCH 05/17] perf list: Add s390 support for detailed/verbose PMU event description
` [PATCH 06/17] perf: Return proper values for user stack errors
` [PATCH 07/17] perf: Fix sample_max_stack maximum check
` [PATCH 08/17] perf: Remove superfluous allocation error check
` [PATCH 09/17] perf trace: Support MAP_FIXED_NOREPLACE
` [PATCH 10/17] perf mem: Allow all record/report options
` [PATCH 11/17] perf hists browser: Clarify top/report browser help
` [PATCH 12/17] perf record: Remove misleading error suggestion
` [PATCH 13/17] perf record: Remove suggestion to enable APIC
` [PATCH 14/17] perf tools: Add '\n' at the end of parse-options error messages
` [PATCH 15/17] perf tests mmap: Show which tracepoint is failing
` [PATCH 16/17] perf test BPF: Fixup BPF test using epoll_pwait syscall function probe
` [PATCH 17/17] coresight: Move to SPDX identifier

[PATCH RESEND v2]: perf/x86: expose user space frame-pointer value on a sample
 2018-04-20 11:25 UTC 

[PATCH v2] perf list: Add s390 support for detailed/verbose pmu event description
 2018-04-18 14:09 UTC  (4+ messages)

measuring system wide CPU usage ignoring idle process
 2018-04-17 13:41 UTC  (9+ messages)

[PATCH v2]: perf/x86: expose user space frame-pointer value on a sample
 2018-04-17 13:08 UTC 

[PATCH 01/17] perf stat: Enable 1ms interval for printing event counters values
 2018-04-17 12:51 UTC  (21+ messages)
` [PATCH 02/17] tools headers: Restore READ_ONCE() C++ compatibility
` [PATCH 03/17] perf tests: Run dwarf unwind test on arm32
` [PATCH 04/17] perf annotate: Allow showing offsets in more than just jump targets
` [PATCH 05/17] perf annotate browser: "
` [PATCH 06/17] perf jvmti: Give hints about package names needed to build
` [PATCH 07/17] perf tests bpf: Remove unused ptrace.h include from LLVM test
` [PATCH 08/17] Revert "x86/asm: Allow again using asm.h when building for the 'bpf' clang target"
` [PATCH 10/17] perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT
` [PATCH 11/17] perf version: Print status for syscall_table
` [PATCH 12/17] perf sched: Fix documentation for timehist
` [PATCH 13/17] perf tests: Disable breakpoint accounting test for powerpc
` [PATCH 14/17] perf record: Change warning for missing sysfs entry to debug
` [PATCH 15/17] perf report: Fix switching to another perf.data file
` [PATCH 16/17] perf annotate: Allow setting the offset level in .perfconfig
` [PATCH 17/17] perf annotate: Handle variables in 'sub', 'or' and many other instructions

[PATCH v5 0/3] perf/core: expose thread context switch out event type to user space
 2018-04-16 14:28 UTC  (9+ messages)
` [PATCH v5 1/3] perf/core: store context switch out type into Perf trace
` [PATCH v5 2/3] perf report: extend raw dump (-D) out with switch out event type
` [PATCH v5 3/3] perf script: extend misc field decoding "

[PATCH v2]: perf/x86: expose user space frame-pointer value on a sample
 2018-04-13 12:43 UTC  (2+ messages)

[PATCH] perf record: Change warning for missing sysfs entry to debug
 2018-04-12 17:22 UTC  (2+ messages)

[PATCH] perf record: Remove unnecessary warning for missing sysfs entry
 2018-04-12 13:19 UTC  (3+ messages)

[PATCH v2]: perf/x86: expose user space frame-pointer value on a sample
 2018-04-11 17:41 UTC 

[PATCH] perf tests: run dwarf unwind test on arm32
 2018-04-11  0:16 UTC 

[PATCH v2] perf list: Add s390 support for detailed/verbose pmu event description
 2018-04-10  7:31 UTC 

[PATCH] perf list: Add s390 support for detailed/verbose pmu event description
 2018-04-10  7:15 UTC  (5+ messages)

[GIT PULL 00/13] perf/urgent fixes
 2018-04-10  5:23 UTC  (15+ messages)
` [PATCH 01/13] perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct buffer
` [PATCH 02/13] perf annotate: Show group details on the title line
` [PATCH 03/13] perf annotate browser: Fixup vertical line separating metrics from instructions
` [PATCH 04/13] perf ui browser: Fixup cleaning unused lines at the bottom
` [PATCH 05/13] perf report: Remove duplicated 'samples' in lost samples warning
` [PATCH 06/13] tools headers uapi: Synchronize i915_drm.h
` [PATCH 07/13] perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filtering
` [PATCH 08/13] perf hists browser: Show extra_title_lines in the 'D' debug hotkey
` [PATCH 09/13] perf hists browser: Remove leftover from row returned from refresh
` [PATCH 10/13] perf tools: No need to include namespaces.h in util.h
` [PATCH 11/13] perf tools: Fix perf builds with clang support
` [PATCH 12/13] perf clang: Add support for recent clang versions
` [PATCH 13/13] perf tests clang: Fix function name for clang IR test

[GIT PULL 0/6] perf/urgent fixes
 2018-04-06 12:41 UTC  (8+ messages)
` [PATCH 1/6] perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct buffer
` [PATCH 2/6] perf annotate: Show group details on the title line
` [PATCH 3/6] perf annotate browser: Fixup vertical line separating metrics from instructions
` [PATCH 4/6] perf ui browser: Fixup cleaning unused lines at the bottom
` [PATCH 5/6] perf report: Remove duplicated 'samples' in lost samples warning
` [PATCH 6/6] tools headers uapi: Synchronize i915_drm.h

[GIT PULL 00/17] perf/core improvements and fixes
 2018-04-04  5:25 UTC  (2+ 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).