Merge branches 'timers-urgent-for-linus' and 'perf-urgent-for-linus' of...
Merge branches 'timers-urgent-for-linus' and 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull timers and perf fixes from Ingo Molnar: "Timers: - Fix another timekeeping bug Pef: - Make clean brace expansion fix for some shells, from Palmer Cox - Warn user just once per guest kernel when not finding kernel info, from David Ahern - perf test fix from Jiri Olsa - Fix error handling on event creation in perf top, from David Ahern - Fix check on perf_target__strnerror, from Namhyung Kim - Save the whole cmdline, from David Ahern There's this infrastructure change: - Prep work for the DWARF CFI post unwinder, so that it doesn't use perf_session in lots of places, just evlist/evsel is enough. which is a late infrastructure change that prepare for future feature work - we wanted it upstream to simplify the fixes/development patch flows." * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: time: Fix adjustment cleanup bug in timekeeping_adjust() * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf tools: Remove brace expansion from clean target perf kvm top: Limit guest kernel info message to once perf tools: Introduce intlist perf tools: Change strlist to use the new rblist perf tools: Introducing rblist perf kvm: Use strtol for walking guestmount directory perf tool: Save cmdline from user in file header vs what is passed to record perf top: Error handling for counter creation should parallel perf-record perf session: Remove no longer used synthesize_sample method perf evsel: Adopt parse_sample method from perf_event perf evlist: Introduce perf_evlist__parse_sample perf session: Use perf_evlist__id_hdr_size more extensively perf session: Use perf_evlist__sample_id_all more extensively perf session: Use perf_evlist__sample_type more extensively perf evsel: Precalculate the sample size perf target: Fix check on buffer size perf symbols: Fix array sizes for binary types arrays perf test: Fix parse events automated tests
No related branches found
No related tags found
Showing
- tools/perf/Makefile 6 additions, 1 deletiontools/perf/Makefile
- tools/perf/builtin-record.c 1 addition, 3 deletionstools/perf/builtin-record.c
- tools/perf/builtin-report.c 3 additions, 2 deletionstools/perf/builtin-report.c
- tools/perf/builtin-test.c 4 additions, 15 deletionstools/perf/builtin-test.c
- tools/perf/builtin-top.c 17 additions, 6 deletionstools/perf/builtin-top.c
- tools/perf/util/event.h 0 additions, 3 deletionstools/perf/util/event.h
- tools/perf/util/evlist.c 7 additions, 0 deletionstools/perf/util/evlist.c
- tools/perf/util/evlist.h 3 additions, 0 deletionstools/perf/util/evlist.h
- tools/perf/util/evsel.c 8 additions, 7 deletionstools/perf/util/evsel.c
- tools/perf/util/evsel.h 3 additions, 7 deletionstools/perf/util/evsel.h
- tools/perf/util/header.c 9 additions, 0 deletionstools/perf/util/header.c
- tools/perf/util/intlist.c 101 additions, 0 deletionstools/perf/util/intlist.c
- tools/perf/util/intlist.h 75 additions, 0 deletionstools/perf/util/intlist.h
- tools/perf/util/parse-events-test.c 6 additions, 6 deletionstools/perf/util/parse-events-test.c
- tools/perf/util/parse-options.c 3 additions, 0 deletionstools/perf/util/parse-options.c
- tools/perf/util/python.c 1 addition, 5 deletionstools/perf/util/python.c
- tools/perf/util/rblist.c 107 additions, 0 deletionstools/perf/util/rblist.c
- tools/perf/util/rblist.h 47 additions, 0 deletionstools/perf/util/rblist.h
- tools/perf/util/session.c 27 additions, 21 deletionstools/perf/util/session.c
- tools/perf/util/session.h 1 addition, 23 deletionstools/perf/util/session.h
Loading
Please register or sign in to comment