[PATCH] gpio:ts4800: Add IMX51 dependency
The TS-4800 is an i.MX515 board. Its GPIO driver should only be compiled for this CPU or for test builds. Signed-off-by: Julien Grossholtz <julien.gr
View Article[PATCH] tools lib traceevent: Add '~' operation within arg_num_eval()
When evaluating values for print flags, if the value included a '~' operator, the parsing would fail. This broke kmalloc's parsing of: __print_flags(
View Article[RFC V3 PATCH] kernfs: create raw version kernfs_path_len and kernfs_path
commit 5634cc2aa9aebc77bc862992e7805469dcf83dac ("writeback: update writeback tracepoints to report cgroup") made writeback tracepoints report cgroup
View Article[GIT PULL 00/19] perf/core improvements and fixes
Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit 06466212a69c0511c5dcff7363c207ffc8913731: Merge tag 'perf
View Article[PATCH 01/19] perf tools: Use asprintf() for simple string formatting/allocation
From: Arnaldo Carvalho de Melo <acme@redhat.com> No need to use strbuf there, its just a simple alloc+formatting, which asprintf does just fine. Cc:
View Article[PATCH 02/19] perf jvmti: improve error message in Makefile
From: Stephane Eranian <eranian@google.com> This patch improves the error message given by jvmti Makefile when the alternatives command cannot be fou
View Article[PATCH 03/19] perf tools: Fix parsing of pmu events with empty list of modifiers
From: Arnaldo Carvalho de Melo <acme@redhat.com> In 1d55e8ef340d ("perf tools: Introduce opt_event_config nonterminal") I removed the unconditional "
View Article[PATCH 04/19] perf script: Exception handling when the print fmt is empty
From: Taeung Song <treeze.taeung@gmail.com> After collecting samples for events 'syscalls:', perf-script with python script doesn't occasionally work
View Article[PATCH 05/19] perf script: Remove duplicated code and needless...
From: Taeung Song <treeze.taeung@gmail.com> script_spec_register() called two functions: script_spec__find() and script_spec__findnew(). But this wa
View Article[PATCH 06/19] perf hists: Add more helper functions for the hierarchy mode
From: Namhyung Kim <namhyung@kernel.org> The hists__overhead_width() is to calculate width occupied by the overhead (and others) columns before the s
View Article[PATCH 07/19] perf report: Show message for percent limit on stdio
From: Namhyung Kim <namhyung@kernel.org> When the hierarchy mode is used, some entries might be omiited due to a percent limit or filter. In this ca
View Article[PATCH 08/19] perf hists browser: Cleanup hist_browser__update_percent_limit()
From: Namhyung Kim <namhyung@kernel.org> The previous patch introduced __rb_hierarchy_next() function with various move direction like HMD_FORCE_CHIL
View Article[PATCH 09/19] perf hists browser: Show message for percent limit
From: Namhyung Kim <namhyung@kernel.org> Like the stdio, it should show messages about omitted hierarchy entries. Please refer the previous commit fo
View Article[PATCH 10/19] perf report: Show message for percent limit on gtk
From: Namhyung Kim <namhyung@kernel.org> Like the stdio, it should show messages about omitted hierarchy entries. Please refer the previous commit f
View Article[PATCH 11/19] perf hists: Fix comparing of dynamic entries
From: Namhyung Kim <namhyung@kernel.org> When hist_entry__cmp() and hist_entry__collapse() are called, they should check if the dynamic entry is comp
View Article[PATCH 12/19] perf report: Fix indentation of dynamic entries in hierarchy
From: Namhyung Kim <namhyung@kernel.org> When dynamic entries are used in the hierarchy mode with multiple events, the output might not be aligned pr
View Article[PATCH 13/19] perf report: Left align dynamic entries in hierarchy
From: Namhyung Kim <namhyung@kernel.org> The dynamic entries are right-aligned unlike other entries since it usually has numeric value. But for the
View Article[PATCH 14/19] perf hists: Fix dynamic entry display in hierarchy
From: Namhyung Kim <namhyung@kernel.org> When dynamic sort key is used it might not show pretty printed output. This is because the trace output was
View Article[PATCH 15/19] perf report: Update column width of dynamic entries
From: Namhyung Kim <namhyung@kernel.org> The column width of dynamic entries is updated when comparing hist entries. However some unique entries can
View Article[PATCH 16/19] perf config: Bring perf_default_config to the very beginning at...
From: Wang Nan <wangnan0@huawei.com> Before this patch each subcommand calls perf_config() by themself, reading the default configuration together wi
View Article