-
- Downloads
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Ingo Molnar. * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (21 commits) perf ui browser: Stop using 'self' perf annotate browser: Read perf config file for settings perf config: Allow '_' in config file variable names perf annotate browser: Make feature toggles global perf annotate browser: The idx_asm field should be used in asm only view perf tools: Convert critical messages to ui__error() perf ui: Make --stdio default when TUI is not supported tools lib traceevent: Silence compiler warning on 32bit build perf record: Fix branch_stack type in perf_record_opts perf tools: Reconstruct event with modifiers from perf_event_attr perf top: Fix counter name fixup when fallbacking to cpu-clock perf tools: fix thread_map__new_by_pid_str() memory leak in error path perf tools: Do not use _FORTIFY_SOURCE when DEBUG=1 is specified tools lib traceevent: Fix signature of create_arg_item() tools lib traceevent: Use proper function parameter type tools lib traceevent: Fix freeing arg on process_dynamic_array() tools lib traceevent: Fix a possibly wrong memory dereference tools lib traceevent: Fix a possible memory leak tools lib traceevent: Allow expressions in __print_symbolic() fields perf evlist: Explicititely initialize input_name ...
Showing
- kernel/trace/ring_buffer.c 5 additions, 0 deletionskernel/trace/ring_buffer.c
- tools/lib/traceevent/event-parse.c 18 additions, 4 deletionstools/lib/traceevent/event-parse.c
- tools/lib/traceevent/parse-filter.c 3 additions, 4 deletionstools/lib/traceevent/parse-filter.c
- tools/perf/Documentation/perfconfig.example 8 additions, 0 deletionstools/perf/Documentation/perfconfig.example
- tools/perf/Makefile 2 additions, 2 deletionstools/perf/Makefile
- tools/perf/builtin-annotate.c 1 addition, 1 deletiontools/perf/builtin-annotate.c
- tools/perf/builtin-evlist.c 1 addition, 1 deletiontools/perf/builtin-evlist.c
- tools/perf/builtin-record.c 7 additions, 7 deletionstools/perf/builtin-record.c
- tools/perf/builtin-report.c 6 additions, 8 deletionstools/perf/builtin-report.c
- tools/perf/builtin-top.c 12 additions, 12 deletionstools/perf/builtin-top.c
- tools/perf/perf.h 1 addition, 1 deletiontools/perf/perf.h
- tools/perf/ui/browser.c 92 additions, 90 deletionstools/perf/ui/browser.c
- tools/perf/ui/browser.h 1 addition, 0 deletionstools/perf/ui/browser.h
- tools/perf/ui/browsers/annotate.c 173 additions, 89 deletionstools/perf/ui/browsers/annotate.c
- tools/perf/ui/browsers/hists.c 169 additions, 169 deletionstools/perf/ui/browsers/hists.c
- tools/perf/ui/setup.c 1 addition, 0 deletionstools/perf/ui/setup.c
- tools/perf/util/config.c 1 addition, 1 deletiontools/perf/util/config.c
- tools/perf/util/evsel.c 90 additions, 0 deletionstools/perf/util/evsel.c
- tools/perf/util/evsel.h 3 additions, 0 deletionstools/perf/util/evsel.h
- tools/perf/util/parse-events.c 11 additions, 16 deletionstools/perf/util/parse-events.c
Loading
Please register or sign in to comment