aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-25libperf: Add perf_mmap structJiri Olsa7-24/+39
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo26-29/+53
2019-09-25libperf: Link libapi.a in libperf.soJiri Olsa1-3/+30
2019-09-25perf tools: Rename perf_evlist__purge() to evlist__purge()Jiri Olsa1-2/+2
2019-09-25perf tools: Rename perf_evlist__exit() to evlist__exit()Jiri Olsa3-4/+4
2019-09-25perf tools: Rename perf_evlist__alloc_mmap() to evlist__alloc_mmap()Jiri Olsa1-4/+4
2019-09-25perf tools: Rename perf_evlist__munmap() to evlist__munmap()Jiri Olsa3-8/+8
2019-09-25perf tools: Rename perf_evlist__mmap() to evlist__mmap()Jiri Olsa18-43/+43
2019-09-25perf tools: Rename 'struct perf_mmap' to 'struct mmap'Jiri Olsa22-93/+93
2019-09-25tools: Add missing stdio.h include to asm/bug.h headerJiri Olsa1-0/+1
2019-09-25libtraceevent: Man pages for tep plugins APIsTzvetomir Stoyanov1-0/+99
2019-09-25libtraceevent: Move traceevent plugins in its own subdirectoryTzvetomir Stoyanov (VMware)15-91/+250
2019-09-25libtraceevent: Add tep_get_event() in event-parse.hTzvetomir Stoyanov (VMware)1-0/+2
2019-09-25libtraceevent: Man pages fix, changes in event printing APIsTzvetomir Stoyanov (VMware)1-12/+1
2019-09-25libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref()Tzvetomir Stoyanov (VMware)2-5/+5
2019-09-25libtraceevent: Man pages for libtraceevent event print related APITzvetomir Stoyanov1-0/+130
2019-09-25libtraceevent: Round up in tep_print_event() time precisionSteven Rostedt (VMware)1-1/+3
2019-09-25perf list: Allow plurals for metric, metricgroupKim Phillips1-2/+2
2019-09-25perf vendor events: Minor fixes to the READMEKim Phillips1-11/+11
2019-09-25perf vendor events amd: Remove redundant '['Kim Phillips1-1/+1
2019-09-25perf vendor events amd: Add L3 cache events for Family 17hKim Phillips2-0/+43
2019-09-23perf record: Move restricted maps check to after a possible fallback to not collect kernel samplesArnaldo Carvalho de Melo1-10/+11
2019-09-23perf record: Fix priv level with branch sampling for paranoid=2Stephane Eranian1-2/+4
2019-09-22Merge tag 'perf-urgent-for-mingo-5.4-20190921' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar31-65/+122
2019-09-20perf/core: Fix several typos in commentsRoy Ben Shlomo1-3/+3
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar22-57/+86
2019-09-20perf probe: Fix to clear tev->nargs in clear_probe_trace_event()Masami Hiramatsu1-0/+1
2019-09-20perf probe: Skip same probe address for a given lineMasami Hiramatsu1-0/+19
2019-09-20perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa1-1/+1
2019-09-20tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2019-09-20tools arch x86 uapi: Synch asm/unistd.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2019-09-20tools uapi asm-generic: Sync unistd.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2019-09-20tools headers uapi: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+6
2019-09-20perf tests: Fix static build testJiri Olsa1-1/+1
2019-09-20Merge tag 'perf-core-for-mingo-5.4-20190920-2' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar180-2256/+2763
2019-09-20perf kvm stat: Set 'trace_cycles' as default event for 'perf kvm record' in powerpcAnju T Sudhakar1-4/+12
2019-09-20perf kvm: Add arch neutral function to choose event for perf kvm recordAnju T Sudhakar3-1/+49
2019-09-20perf kvm: Move kvm-stat header file from conditional inclusion to common include sectionAnju T Sudhakar2-1/+4
2019-09-20perf test: Fix spelling mistake "allos" -> "allocate"Colin Ian King1-1/+1
2019-09-20perf stat: Fix a segmentation fault when using repeat foreverSrikar Dronamraju1-1/+1
2019-09-20perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju3-0/+21
2019-09-20tools lib traceevent: Convert remaining %p[fF] users to %p[sS]Sakari Ailus2-9/+19
2019-09-20perf tools: Move event synthesizing routines to separate .c fileArnaldo Carvalho de Melo13-1923/+1928
2019-09-20perf memswap: Adopt 'struct u64_swap' from evsel.hArnaldo Carvalho de Melo2-5/+7
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo38-177/+154
2019-09-20perf auxtrace: Add missing 'struct perf_sample' forward declarationArnaldo Carvalho de Melo1-0/+1
2019-09-20perf sched: Add missing event.h include directiveArnaldo Carvalho de Melo1-0/+1
2019-09-20perf annotate: Add missing machine.h include directiveArnaldo Carvalho de Melo1-0/+1
2019-09-20perf hist: Add missing 'struct branch_stack' forward declarationArnaldo Carvalho de Melo1-0/+1
2019-09-20perf python: Remove debug.hArnaldo Carvalho de Melo1-1/+2