summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | perf tools: Rename perf_event::bpf_event to perf_event::bpfArnaldo Carvalho de Melo2019-08-263-13/+10
| * | | | | | | | | | | | | | | | perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbolArnaldo Carvalho de Melo2019-08-264-13/+13
| * | | | | | | | | | | | | | | | libperf: Rename the PERF_RECORD_ structs to have a "perf" suffixArnaldo Carvalho de Melo2019-08-2613-69/+69
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.hJiri Olsa2019-08-264-10/+10
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.hJiri Olsa2019-08-262-10/+11
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.hJiri Olsa2019-08-263-14/+14
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.hJiri Olsa2019-08-263-9/+9
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.hJiri Olsa2019-08-263-16/+16
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/eve...Jiri Olsa2019-08-263-6/+6
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.hJiri Olsa2019-08-266-11/+11
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.hJiri Olsa2019-08-263-8/+8
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.hJiri Olsa2019-08-262-7/+7
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.hJiri Olsa2019-08-262-6/+6
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.hJiri Olsa2019-08-263-18/+18
| * | | | | | | | | | | | | | | | libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.hJiri Olsa2019-08-264-11/+35
| * | | | | | | | | | | | | | | | perf script: Fix memory leaks in list_scripts()Gustavo A. R. Silva2019-08-261-2/+4
| * | | | | | | | | | | | | | | | perf report: Fix --ns time sort key outputAndi Kleen2019-08-261-1/+4
| * | | | | | | | | | | | | | | | perf report: Use timestamp__scnprintf_nsec() for time sort keyAndi Kleen2019-08-261-8/+2
| * | | | | | | | | | | | | | | | perf tools: Remove duplicate headersSouptick Joarder2019-08-263-3/+0
| * | | | | | | | | | | | | | | | perf augmented_raw_syscalls: Reduce perf_event_output() boilerplateArnaldo Carvalho de Melo2019-08-261-12/+12
| * | | | | | | | | | | | | | | | perf augmented_raw_syscalls: Introduce helper to get the scratch spaceArnaldo Carvalho de Melo2019-08-261-16/+16
| * | | | | | | | | | | | | | | | perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filterArnaldo Carvalho de Melo2019-08-261-3/+3
| * | | | | | | | | | | | | | | | perf augmented_raw_syscalls: Rename augmented_filename to augmented_argArnaldo Carvalho de Melo2019-08-261-22/+20
| * | | | | | | | | | | | | | | | perf trace beauty ioctl: Fix off-by-one error in cmd->string tableBenjamin Peterson2019-08-261-1/+1
| * | | | | | | | | | | | | | | | perf tests: Fixes hang in zstd compression test by changing the source of ran...James Clark2019-08-261-1/+1
| * | | | | | | | | | | | | | | | perf sort: Remove needless headers from sort.h, provide fwd struct declsArnaldo Carvalho de Melo2019-08-265-13/+8
| * | | | | | | | | | | | | | | | perf srcline: Add missing srcline.h header to files needing its defsArnaldo Carvalho de Melo2019-08-266-0/+9
| * | | | | | | | | | | | | | | | perf cacheline: Move cacheline related routines to separate filesArnaldo Carvalho de Melo2019-08-268-33/+50
| * | | | | | | | | | | | | | | | perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo2019-08-2630-73/+107
| * | | | | | | | | | | | | | | | perf stat: Remove needless headers from stat.hArnaldo Carvalho de Melo2019-08-261-3/+2
| * | | | | | | | | | | | | | | | perf cpumap: No need to include perf.h, ditch itArnaldo Carvalho de Melo2019-08-261-2/+0
| * | | | | | | | | | | | | | | | Merge tag 'v5.3-rc6' into perf/core, to pick up fixesIngo Molnar2019-08-2615-69/+209
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | libperf: Fix alignment trap with xyarray contents in 'perf stat'Gerald BAEZA2019-08-221-1/+2
| * | | | | | | | | | | | | | | | perf c2c: Fix report with offline cpusRavi Bangoria2019-08-221-1/+1
| * | | | | | | | | | | | | | | | libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa2019-08-2217-41/+45
| * | | | | | | | | | | | | | | | perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo2019-08-229-2/+12
| * | | | | | | | | | | | | | | | perf evsel: Switch to libperf's cpumap.hArnaldo Carvalho de Melo2019-08-221-1/+4
| * | | | | | | | | | | | | | | | perf x86 kvm-stat: Add missing string.h headerArnaldo Carvalho de Melo2019-08-221-0/+1
| * | | | | | | | | | | | | | | | perf evsel: util/evsel.h needs stdio.h as it uses FILEArnaldo Carvalho de Melo2019-08-221-0/+1
| * | | | | | | | | | | | | | | | perf evsel: Remove needless stddef.h from util/evsel.hArnaldo Carvalho de Melo2019-08-221-1/+0
| * | | | | | | | | | | | | | | | perf evsel: Remove needless counts.h header from util/evsel.hArnaldo Carvalho de Melo2019-08-222-1/+2
| * | | | | | | | | | | | | | | | perf evsel: Add missing perf/evsel.h header in util/evsel.hArnaldo Carvalho de Melo2019-08-221-0/+1
| * | | | | | | | | | | | | | | | perf scripting python: Add missing counts.h headerArnaldo Carvalho de Melo2019-08-221-0/+1
| * | | | | | | | | | | | | | | | perf stat: Add missing counts.hArnaldo Carvalho de Melo2019-08-222-0/+2
| * | | | | | | | | | | | | | | | perf tests: Add missing counts.hArnaldo Carvalho de Melo2019-08-222-0/+2
| * | | | | | | | | | | | | | | | perf script: Add missing counts.hArnaldo Carvalho de Melo2019-08-221-0/+1
| * | | | | | | | | | | | | | | | perf evlist: Add missing xyarray.h headerArnaldo Carvalho de Melo2019-08-221-0/+2
| * | | | | | | | | | | | | | | | perf bpf: Add missing xyarray.h headerArnaldo Carvalho de Melo2019-08-221-0/+2
| * | | | | | | | | | | | | | | | perf counts: Add missing headers needed for types usedArnaldo Carvalho de Melo2019-08-221-0/+4
| * | | | | | | | | | | | | | | | perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep treeArnaldo Carvalho de Melo2019-08-222-1/+2
OpenPOWER on IntegriCloud