summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | perf session: Fix indent in perf_session__new()"Jiri Olsa2019-11-061-2/+2
| | * | | | | | | | | | | | | perf data: Rename directory "header" file to "data"Adrian Hunter2019-11-062-2/+2
| | * | | | | | | | | | | | | perf data: Move perf_dir_version into data.hAdrian Hunter2019-11-062-4/+4
| | * | | | | | | | | | | | | perf data: Correctly identify directory data filesAdrian Hunter2019-11-061-1/+1
| * | | | | | | | | | | | | | Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar2019-11-1111-8/+155
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | / / / / / / / | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-2820-50/+95
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-10-2260-287/+1301
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | perf trace: Use STUL_STRARRAY_FLAGS with mmapArnaldo Carvalho de Melo2019-10-191-1/+3
| | * | | | | | | | | | | | | perf trace: Wire up strarray__strtoul_flags()Arnaldo Carvalho de Melo2019-10-192-0/+9
| | * | | | | | | | | | | | | libbeauty: Introduce strarray__strtoul_flags()Arnaldo Carvalho de Melo2019-10-192-1/+45
| | * | | | | | | | | | | | | libbeauty: Make the mmap_flags strarray visible outside of its beautifierArnaldo Carvalho de Melo2019-10-191-2/+2
| | * | | | | | | | | | | | | perf trace: Use strtoul for the fcntl 'cmd' argumentArnaldo Carvalho de Melo2019-10-191-1/+2
| | * | | | | | | | | | | | | libbeauty: Introduce syscall_arg__strtoul_strarrays()Arnaldo Carvalho de Melo2019-10-192-0/+8
| | * | | | | | | | | | | | | libperf: Add pr_err() macroJiri Olsa2019-10-192-0/+4
| | * | | | | | | | | | | | | libperf: Do not export perf_evsel__init()/perf_evlist__init()Jiri Olsa2019-10-195-5/+2
| | * | | | | | | | | | | | | libperf: Keep count of failed testsJiri Olsa2019-10-195-7/+21
| | * | | | | | | | | | | | | libperf: Add tests_mmap_cpus testJiri Olsa2019-10-191-0/+98
| | * | | | | | | | | | | | | libperf: Add tests_mmap_thread testJiri Olsa2019-10-191-0/+119
| | * | | | | | | | | | | | | libperf: Link static tests with libapi.aJiri Olsa2019-10-192-3/+4
| | * | | | | | | | | | | | | libperf: Move mask setup to perf_evlist__mmap_ops()Jiri Olsa2019-10-192-2/+2
| | * | | | | | | | | | | | | libperf: Move mmap allocation to perf_evlist__mmap_ops::getJiri Olsa2019-10-192-32/+34
| | * | | | | | | | | | | | | libperf: Introduce perf_evlist__for_each_mmap()Jiri Olsa2019-10-197-6/+47
| | * | | | | | | | | | | | | perf tests: Disable bp_signal testing for arm64Leo Yan2019-10-191-9/+6
| | * | | | | | | | | | | | | perf tests bp_account: Add dedicated checking helper is_supported()Leo Yan2019-10-193-1/+18
| | * | | | | | | | | | | | | perf tests: Remove needless headers for bp_accountLeo Yan2019-10-191-4/+0
| | * | | | | | | | | | | | | perf list: Hide deprecated events by defaultJin Yao2019-10-199-19/+55
| | * | | | | | | | | | | | | perf trace: Pass a syscall_arg to syscall_arg_fmt->strtoul()Arnaldo Carvalho de Melo2019-10-191-1/+5
| | * | | | | | | | | | | | | perf trace: Honour --max-events in processing syscalls:sys_enter_*Arnaldo Carvalho de Melo2019-10-181-6/+7
| | * | | | | | | | | | | | | libbeauty: Introduce syscall_arg__strtoul_strarray()Arnaldo Carvalho de Melo2019-10-182-0/+9
| | * | | | | | | | | | | | | perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)2019-10-182-33/+0
| | * | | | | | | | | | | | | perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2019-10-182-4/+13
| | * | | | | | | | | | | | | perf trace: Initialize evsel_trace->fmt for syscalls:sys_enter_* tracepointsArnaldo Carvalho de Melo2019-10-181-0/+23
| | * | | | | | | | | | | | | perf trace: Introduce 'struct evsel__trace' for evsel->priv needsArnaldo Carvalho de Melo2019-10-171-6/+48
| | * | | | | | | | | | | | | perf trace: Hide evsel->access further, simplify codeArnaldo Carvalho de Melo2019-10-171-26/+31
| | * | | | | | | | | | | | | perf trace: Introduce accessors to trace specific evsel->privArnaldo Carvalho de Melo2019-10-171-11/+32
| | * | | | | | | | | | | | | perf trace: Show error message when not finding a field used in a filter expr...Arnaldo Carvalho de Melo2019-10-171-2/+2
| | * | | | | | | | | | | | | perf trace: Hook the 'vec' tracepoint argument with the x86 IRQ vectors scnpr...Arnaldo Carvalho de Melo2019-10-151-1/+2
| | * | | | | | | | | | | | | perf trace beauty: Add the glue for the autogenerated x86 IRQ vector arrayArnaldo Carvalho de Melo2019-10-153-0/+36
| | * | | | | | | | | | | | | libbeauty: Add a strarray__scnprintf_suffix() methodArnaldo Carvalho de Melo2019-10-152-0/+15
| | * | | | | | | | | | | | | libbeauty: Hook up the x86 irq_vectors table generatorArnaldo Carvalho de Melo2019-10-151-0/+8
| | * | | | | | | | | | | | | libbeauty: Add a generator for x86's IRQ vectors -> stringsArnaldo Carvalho de Melo2019-10-151-0/+27
| | * | | | | | | | | | | | | tools arch x86: Grab a copy of the file containing the IRQ vector definesArnaldo Carvalho de Melo2019-10-152-0/+147
| | * | | | | | | | | | | | | perf vendor events arm64: Add some missing events for Hisi hip08 HHA PMUJohn Garry2019-10-151-1/+22
| | * | | | | | | | | | | | | perf vendor events arm64: Add some missing events for Hisi hip08 L3C PMUJohn Garry2019-10-151-0/+56
| | * | | | | | | | | | | | | perf vendor events arm64: Add some missing events for Hisi hip08 DDRC PMUJohn Garry2019-10-151-0/+14
| | * | | | | | | | | | | | | perf vendor events arm64: Fix Hisi hip08 DDRC PMU eventnameJohn Garry2019-10-151-1/+1
| | * | | | | | | | | | | | | perf trace: Support tracepoint dynamic char arraysArnaldo Carvalho de Melo2019-10-152-5/+16
| | * | | | | | | | | | | | | perf trace: Filter own pid to avoid a feedback look in 'perf trace record -a'Arnaldo Carvalho de Melo2019-10-151-8/+16
| | * | | | | | | | | | | | | perf string: Export asprintf__tp_filter_pids()Arnaldo Carvalho de Melo2019-10-152-1/+5
| | * | | | | | | | | | | | | perf trace: Introduce --errno-summaryArnaldo Carvalho de Melo2019-10-152-4/+51
OpenPOWER on IntegriCloud