summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa2019-09-2510-20/+21
* libperf: Add 'flush' to 'struct perf_mmap'Jiri Olsa2019-09-254-8/+8
* libperf: Add 'event_copy' to 'struct perf_mmap'Jiri Olsa2019-09-253-3/+7
* libperf: Add 'overwrite' to 'struct perf_mmap'Jiri Olsa2019-09-254-8/+9
* libperf: Add prev/start/end to struct perf_mmapJiri Olsa2019-09-253-28/+29
* libperf: Add 'refcnt' to struct perf_mmapJiri Olsa2019-09-254-11/+13
* libperf: Add 'cpu' to struct perf_mmapJiri Olsa2019-09-254-6/+6
* libperf: Add 'fd' to struct perf_mmapJiri Olsa2019-09-254-5/+5
* libperf: Add 'mask' to struct perf_mmapJiri Olsa2019-09-253-13/+13
* libperf: Add perf_mmap structJiri Olsa2019-09-257-24/+39
* perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo2019-09-2526-29/+53
* libperf: Link libapi.a in libperf.soJiri Olsa2019-09-251-3/+30
* perf tools: Rename perf_evlist__purge() to evlist__purge()Jiri Olsa2019-09-251-2/+2
* perf tools: Rename perf_evlist__exit() to evlist__exit()Jiri Olsa2019-09-253-4/+4
* perf tools: Rename perf_evlist__alloc_mmap() to evlist__alloc_mmap()Jiri Olsa2019-09-251-4/+4
* perf tools: Rename perf_evlist__munmap() to evlist__munmap()Jiri Olsa2019-09-253-8/+8
* perf tools: Rename perf_evlist__mmap() to evlist__mmap()Jiri Olsa2019-09-2518-43/+43
* perf tools: Rename 'struct perf_mmap' to 'struct mmap'Jiri Olsa2019-09-2522-93/+93
* tools: Add missing stdio.h include to asm/bug.h headerJiri Olsa2019-09-251-0/+1
* libtraceevent: Man pages for tep plugins APIsTzvetomir Stoyanov2019-09-251-0/+99
* libtraceevent: Move traceevent plugins in its own subdirectoryTzvetomir Stoyanov (VMware)2019-09-2515-91/+250
* libtraceevent: Add tep_get_event() in event-parse.hTzvetomir Stoyanov (VMware)2019-09-251-0/+2
* libtraceevent: Man pages fix, changes in event printing APIsTzvetomir Stoyanov (VMware)2019-09-251-12/+1
* libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref()Tzvetomir Stoyanov (VMware)2019-09-252-5/+5
* libtraceevent: Man pages for libtraceevent event print related APITzvetomir Stoyanov2019-09-251-0/+130
* libtraceevent: Round up in tep_print_event() time precisionSteven Rostedt (VMware)2019-09-251-1/+3
* perf list: Allow plurals for metric, metricgroupKim Phillips2019-09-251-2/+2
* perf vendor events: Minor fixes to the READMEKim Phillips2019-09-251-11/+11
* perf vendor events amd: Remove redundant '['Kim Phillips2019-09-251-1/+1
* perf vendor events amd: Add L3 cache events for Family 17hKim Phillips2019-09-252-0/+43
* perf record: Move restricted maps check to after a possible fallback to not c...Arnaldo Carvalho de Melo2019-09-231-10/+11
* perf record: Fix priv level with branch sampling for paranoid=2Stephane Eranian2019-09-231-2/+4
* Merge tag 'perf-urgent-for-mingo-5.4-20190921' of git://git.kernel.org/pub/sc...Ingo Molnar2019-09-2231-65/+122
|\
| * perf/core: Fix several typos in commentsRoy Ben Shlomo2019-09-201-3/+3
| * perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-2022-57/+86
| * perf probe: Fix to clear tev->nargs in clear_probe_trace_event()Masami Hiramatsu2019-09-201-0/+1
| * perf probe: Skip same probe address for a given lineMasami Hiramatsu2019-09-201-0/+19
| * perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa2019-09-201-1/+1
| * tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-201-0/+3
| * tools arch x86 uapi: Synch asm/unistd.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-201-1/+1
| * tools uapi asm-generic: Sync unistd.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-201-1/+1
| * tools headers uapi: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-201-1/+6
| * perf tests: Fix static build testJiri Olsa2019-09-201-1/+1
|/
* Merge tag 'perf-core-for-mingo-5.4-20190920-2' of git://git.kernel.org/pub/sc...Ingo Molnar2019-09-20180-2256/+2763
|\
| * perf kvm stat: Set 'trace_cycles' as default event for 'perf kvm record' in p...Anju T Sudhakar2019-09-201-4/+12
| * perf kvm: Add arch neutral function to choose event for perf kvm recordAnju T Sudhakar2019-09-203-1/+49
| * perf kvm: Move kvm-stat header file from conditional inclusion to common incl...Anju T Sudhakar2019-09-202-1/+4
| * perf test: Fix spelling mistake "allos" -> "allocate"Colin Ian King2019-09-201-1/+1
| * perf stat: Fix a segmentation fault when using repeat foreverSrikar Dronamraju2019-09-201-1/+1
| * perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju2019-09-203-0/+21