linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-04 13:58:49 to 2018-07-25 17:59:48 UTC [more...]

[GIT PULL 00/27] perf/core improvements and fixes
 2018-07-25 17:59 UTC  (15+ messages)
` [PATCH 01/27] perf tests: Check that complex event name is parsed correctly
` [PATCH 02/27] perf hists: Clarify callchain disabling when available
` [PATCH 03/27] perf cs-etm: Introduce invalid address macro
` [PATCH 04/27] perf cs-etm: Bail out immediately for instruction sample failure
` [PATCH 05/27] Revert "perf list: Add s390 support for detailed/verbose PMU event description"
` [PATCH 06/27] perf list: Add s390 support for detailed PMU event description
` [PATCH 07/27] perf json: Add s390 transaction counter definition
` [PATCH 08/27] perf stat: Add transaction flag (-T) support for s390
` [PATCH 09/27] perf kvm: Fix subcommands on s390
` [PATCH 10/27] perf list: Add missing documentation for --desc and --debug options
` [PATCH 11/27] perf powerpc: Fix callchain ip filtering
` [PATCH 12/27] perf powerpc: Fix callchain ip filtering when return address is in a register
` [PATCH 13/27] perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64
` [PATCH 14/27] perf tests: Fix record+probe_libc_inet_pton.sh to ensure cleanups

[PATCH] perf test: Fix subtest number when showing results
 2018-07-24 14:17 UTC  (2+ messages)

Include file bpf.h in directory /usr/lib/include/perf/bpf/bpf.h
 2018-07-24 13:45 UTC 

[PATCH] perf build: Build error in libbpf with EXTRA_CFLAGS="-Wp,-D_FORTIFY_SOURCE=2 -O2"
 2018-07-23 13:45 UTC 

[PATCH] perf kvm: Fix subcommands on s390
 2018-07-16 20:43 UTC  (4+ messages)

[PATCH 4/4 v4] perf stat: Add transaction flag (-T) support for s390
 2018-07-16 20:40 UTC  (2+ messages)

[GIT PULL 00/14] perf/urgent fixes
 2018-07-12 13:54 UTC  (16+ messages)
` [PATCH 01/14] perf tools: Generate a Python script compatible with Python 2 and 3
` [PATCH 02/14] perf scripts python: Add Python 3 support to Core.py
` [PATCH 03/14] perf scripts python: Add Python 3 support to SchedGui.py
` [PATCH 04/14] perf scripts python: Add Python 3 support to Util.py
` [PATCH 05/14] perf scripts python: Add Python 3 support to sched-migration.py
` [PATCH 06/14] perf scripts python: Add Python 3 support to EventClass.py
` [PATCH 07/14] perf test shell: Replace '|&' with '2>&1 |' to work with more shells
` [PATCH 08/14] perf test shell: Make perf's inet_pton test more portable
` [PATCH 09/14] perf llvm-utils: Remove bashism from kernel include fetch script
` [PATCH 10/14] perf test shell: Prevent temporary editor files from being considered test scripts
` [PATCH 11/14] perf tools: Fix compilation errors on gcc8
` [PATCH 12/14] perf stat: Fix --interval_clear option
` [PATCH 13/14] perf script python: Fix dict reference counting
` [PATCH 14/14] perf tools: Use python-config --includes rather than --cflags

Differences in cpu utilization reported by sar, emon
 2018-07-10 18:33 UTC  (3+ messages)

[PATCH] perf: Use python-config --includes rather than --cflags
 2018-07-10 15:46 UTC 

[PATCH V2] perf parser: Improve error message for PMU address filters
 2018-07-04 15:25 UTC  (2+ messages)

[PATCH] perf parser: Improve error message for PMU address filters
 2018-07-04 10:24 UTC  (2+ messages)

[PATCH 0/8] Improve Python 3 support in perf
 2018-06-28 14:44 UTC  (2+ messages)

[GIT PULL 00/19] perf/urgent fixes for 4.18
 2018-06-26  6:46 UTC  (22+ messages)
` [PATCH 01/19] perf record: Support s390 random socket_id assignment
` [PATCH 02/19] perf test session topology: Fix test on s390
` [PATCH 03/19] perf report powerpc: Fix crash if callchain is empty
` [PATCH 04/19] perf tests: Add event parsing error handling to parse events test
` [PATCH 05/19] perf tests: Add valid callback for parse-events test
` [PATCH 06/19] perf intel-pt: Fix packet decoding of CYC packets
` [PATCH 07/19] tools headers uapi: Synchronize drm/drm.h
` [PATCH 08/19] perf tools: Update x86's syscall_64.tbl, adding 'io_pgetevents' and 'rseq'
` [PATCH 09/19] tools include powerpc: Update arch/powerpc/include/uapi/asm/unistd.h copy to get 'rseq' syscall
` [PATCH 10/19] tools include uapi: Update if_link.h to pick IFLA_{BRPORT_ISOLATED,VXLAN_TTL_INHERIT}
` [PATCH 11/19] tools include uapi: Synchronize bpf.h with the kernel
` [PATCH 12/19] perf tools: Fix a clang 7.0 compilation error
` [PATCH 13/19] perf alias: Remove trailing newline when reading sysfs files
` [PATCH 14/19] perf alias: Rebuild alias expression string to make it comparable
` [PATCH 15/19] perf stat: Remove duplicate event counting
` [PATCH 16/19] perf bench: Fix numa report output code
` [PATCH 17/19] perf script: Add missing output fields in a hint
` [PATCH 18/19] perf script: Fix crash because of missing evsel->priv
` [PATCH 19/19] perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]

[PATCH 4/4 v3] perf stat: Add transaction flag (-T) support for s390
 2018-06-25 22:11 UTC  (5+ messages)

[PATCH 1/4] Revert "perf list: Add s390 support for detailed/verbose PMU event description"
 2018-06-22 14:31 UTC  (7+ messages)
` [PATCH 2/4] perf list: Add s390 support for detailed PMU event description
` [PATCH 3/4] perf json: Add s390 transaction counter definition
` [PATCH 4/4] perf stat: Add transaction flag (-T) support for s390

[PATCH 4/4 v2] perf stat: Add transaction flag (-T) support for s390
 2018-06-22  8:07 UTC 

[PATCH 1/3] perf alias: Remove trailing newline when reading sysfs files
 2018-06-19 18:24 UTC  (16+ messages)
` [PATCH 2/3] perf alias: Rebuild alias expression string to make it comparable
` [PATCH 3/3] perf stat: Remove duplicate event counting

[PATCH 1/3 v2] perf alias: Remove trailing newline when reading sysfs files
 2018-06-19 15:16 UTC  (5+ messages)
` [PATCH 2/3 v2] perf alias: Rebuild alias expression string to make it comparable
` [PATCH 3/3 v2] perf stat: Remove duplicate event counting

[PATCH v1]: perf tests: check that complex event name is parsed correctly
 2018-06-19 13:54 UTC  (2+ messages)

[GIT PULL 00/12] perf/urgent fixes and improvements
 2018-06-14  6:13 UTC  (14+ messages)
` [PATCH 01/12] perf hists: Save the callchain_size in struct hist_entry
` [PATCH 02/12] perf hists: Make hist_entry__has_callchains() work with 'perf c2c'
` [PATCH 03/12] perf hists browser gtk: Use hist_entry__has_callchains()
` [PATCH 04/12] perf hists: Reimplement hists__has_callchains()
` [PATCH 05/12] perf tools: Fix error index for pmu event parser
` [PATCH 06/12] perf stat: Add --interval-clear option
` [PATCH 07/12] perf stat: Use only color_fprintf call in print_metric_only
` [PATCH 08/12] perf stat: Fix metric column header display alignment
` [PATCH 09/12] perf stat: Allow to specify specific metric column len
` [PATCH 10/12] perf stat: Add event parsing error handling to add_default_attributes
` [PATCH 11/12] perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entry
` [PATCH 12/12] perf script: Show hw-cache events

[PATCH] perf test: Test 6 dumps core on s390
 2018-06-13 20:01 UTC  (8+ messages)
    ` [PATCH 1/2] perf tests: Add event parsing error handling to parse events test
      ` [PATCH 2/2] perf tests: Add valid callback for parse-events test

[PATCH 1/2] perf record: Support s390 random socket_id assignment
 2018-06-13 19:55 UTC  (3+ messages)
` [PATCH 2/2] perf test: Fix test 39 Session topology for s390

Perf record of mem event on kernel data address causing freeze
 2018-06-10 17:55 UTC  (2+ messages)

[GIT PULL 00/46] perf/core fixes and improvements
 2018-06-07 13:45 UTC  (52+ messages)
` [PATCH 01/46] perf tools: Remove dead quote.[ch] code
` [PATCH 02/46] perf probe: Use return of map__get() to make code more compact
` [PATCH 03/46] perf cgroup: Make evlist__find_cgroup() "
` [PATCH 04/46] perf tools: No need to check if the argument to __get() function is NULL
` [PATCH 05/46] perf annotate: Pass perf_evsel instead of just evsel->idx
` [PATCH 06/46] perf annotate: __symbol__acount_cycles doesn't need notes
` [PATCH 07/46] perf annotate: Split allocation of annotated_source struct
` [PATCH 08/46] perf annotate: Introduce constructor/destructor for annotated_source
` [PATCH 09/46] perf annotate: Introduce annotated_source__alloc_histograms
` [PATCH 10/46] perf annotate: __symbol__inc_addr_samples() needs just annotated_source
` [PATCH 11/46] perf annotate: Introduce symbol__hists()
` [PATCH 12/46] perf annotate: Introduce symbol__cycle_hists()
` [PATCH 13/46] perf annotate: Stop using symbol_conf.nr_events global in symbol__hists()
` [PATCH 14/46] perf annotate: Replace symbol__alloc_hists() with symbol__hists()
` [PATCH 15/46] perf tools: Ditch the symbol_conf.nr_events global
` [PATCH 16/46] perf annotate: Add comment about annotated_src->nr_histograms
` [PATCH 17/46] perf annotate stdio: Use annotation_options consistently
` [PATCH 18/46] perf srcline: Introduce map__srcline() to make code more compact
` [PATCH 19/46] perf sort: Introduce addr_map_symbol__srcline() "
` [PATCH 20/46] perf srcline: Make hist_entry srcline helper consistent with map's
` [PATCH 21/46] perf annotate: Pass annotation_options to symbol__annotate()
` [PATCH 22/46] perf annotate: Adopt anotation options from symbol_conf
` [PATCH 23/46] perf annotate: Move disassembler_style global to annotation_options
` [PATCH 24/46] perf hists browser: Pass annotation_options from tool to browser
` [PATCH 25/46] perf annotate: Move objdump_path to struct annotation_options
` [PATCH 26/46] perf test: Use header file util/debug.h
` [PATCH 27/46] perf report: No need to have report_callchain_help as a global
` [PATCH 28/46] perf evsel: Add has_callchain() helper to make code more compact/clear
` [PATCH 29/46] perf script: Check if evsel has callchains before trying to use it
` [PATCH 30/46] perf sched: Use sched->show_callchain where appropriate
` [PATCH 31/46] perf hists: Do not allocate space for callchains for evsels without them
` [PATCH 32/46] perf hists: Introduce hist_entry__has_callchain() method
` [PATCH 33/46] perf hists: Check if a hist_entry has callchains before using them
` [PATCH 34/46] perf tests kmod-path: Add tests for vdso32 and vdsox32
` [PATCH 35/46] perf tools: Fix symbol and object code resolution "
` [PATCH 36/46] perf record: Enable arbitrary event names thru name= modifier
` [PATCH 37/46] perf stat: Display user and system time
` [PATCH 38/46] perf tools: Fix pmu events parsing rule
` [PATCH 39/46] perf test code-reading: Fix perf_env setup for PTI entry trampolines
` [PATCH 40/46] perf map: Consider PTI entry trampolines in rip_2objdump()
` [PATCH 41/46] perf test record+probe_libc_inet_pton: Ask 'nm' for dynamic symbols
` [PATCH 42/46] perf script powerpc: Python script for hypervisor call statistics
` [PATCH 43/46] perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING
` [PATCH 44/46] perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP
` [PATCH 45/46] perf intel-pt: Fix MTC timing after overflow
` [PATCH 46/46] perf intel-pt: Fix "Unexpected indirect branch" error

[PATCH v3]: perf record: enable arbitrary event names thru name= modifier
 2018-06-05 15:33 UTC  (11+ messages)

[PATCH] perf tools: Fix object code reading for PTI entry trampolines
 2018-06-05 15:31 UTC  (4+ messages)

[PATCH] perf stat: Display user and system time
 2018-06-05 13:23 UTC 


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