aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-12perf tools: Fix crash on synthesizing the unitJiri Olsa1-1/+1
2018-11-06perf tools: Do not zero sample_id_all for group membersJiri Olsa1-1/+0
2018-10-08perf test: S390 does not support watchpoints in test 22Thomas Richter3-0/+14
2018-09-19tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flagsTzvetomir Stoyanov (VMware)1-1/+1
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field}Tzvetomir Stoyanov (VMware)1-1/+1
2018-09-18perf test: Add watchpoint testRavi Bangoria4-0/+242
2018-09-05perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfoArnaldo Carvalho de Melo1-1/+1
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa1-71/+65
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa1-21/+21
2018-08-20perf tools: Get rid of dso__needs_decompress() call in read_object_code()Jiri Olsa1-1/+3
2018-08-08perf tools: Drop unneeded bitmap_zero() callsYury Norov2-4/+0
2018-07-31perf tests: Fix indexing when invoking subtestsSandipan Das1-2/+2
2018-07-31perf tests: Fix complex event name parsingSandipan Das1-1/+1
2018-07-24perf test: Fix subtest number when showing resultsThomas Richter1-1/+1
2018-07-24perf tests: Fix record+probe_libc_inet_pton.sh when event existsSandipan Das1-4/+24
2018-07-24perf tests: Fix record+probe_libc_inet_pton.sh to ensure cleanupsSandipan Das1-1/+1
2018-07-24perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Sandipan Das1-0/+6
2018-07-24perf tests: Check that complex event name is parsed correctlyAlexey Budankov1-0/+18
2018-07-11perf test shell: Prevent temporary editor files from being considered test scriptsKim Phillips1-1/+1
2018-07-11perf test shell: Make perf's inet_pton test more portableKim Phillips1-16/+21
2018-07-11perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips1-1/+1
2018-06-25perf tests: Add valid callback for parse-events testJiri Olsa1-2/+15
2018-06-25perf tests: Add event parsing error handling to parse events testJiri Olsa1-3/+5
2018-06-25perf test session topology: Fix test on s390Thomas Richter1-0/+1
2018-06-06perf test record+probe_libc_inet_pton: Ask 'nm' for dynamic symbolsArnaldo Carvalho de Melo1-1/+1
2018-06-06perf test code-reading: Fix perf_env setup for PTI entry trampolinesAdrian Hunter1-0/+1
2018-06-06perf tests kmod-path: Add tests for vdso32 and vdsox32Adrian Hunter1-0/+16
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo1-2/+2
2018-06-04perf test: Use header file util/debug.hThomas Richter1-2/+1
2018-06-04Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-6/+24
2018-05-30perf test: "Session topology" dumps core on s390Thomas Richter1-6/+24
2018-05-18perf script: Show symbol offsets by defaultSandipan Das1-6/+6
2018-05-17tools lib api fs tracing_path: Introduce opendir() methodArnaldo Carvalho de Melo1-1/+1
2018-05-17perf parse-events: Use get/put_events_file()Arnaldo Carvalho de Melo1-3/+4
2018-05-15perf tests parse-events: Add intel_pt parse testArnaldo Carvalho de Melo1-0/+13
2018-05-15Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-1/+1
2018-05-10perf test: "probe libc's inet_pton" fails on s390 due to missing inlineThomas Richter1-1/+1
2018-04-30perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo1-2/+2
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo1-2/+2
2018-04-26perf symbols: Store the ELF symbol type in the symbol structArnaldo Carvalho de Melo1-1/+1
2018-04-26perf map: Shorten map_groups__find() signatureArnaldo Carvalho de Melo1-2/+1
2018-04-26perf tests vmlinux-kallsyms: Use map__for_each_symbol() instead of open coded equivalentArnaldo Carvalho de Melo1-1/+1
2018-04-26perf tests vmlinux-kallsyms: Use machine__find_kernel_function(_by_name)Arnaldo Carvalho de Melo1-3/+2
2018-04-26perf machine: Remove needless map_type from machine__load_vmlinux_path()Arnaldo Carvalho de Melo1-1/+1
2018-04-26perf machine: Shorten machine__load_kallsyms() signatureArnaldo Carvalho de Melo1-1/+1
2018-04-26perf machine: Introduce machine__kernel_maps()Arnaldo Carvalho de Melo1-2/+2
2018-04-26perf map: Shorten map_groups__find_by_name() signatureArnaldo Carvalho de Melo1-1/+1
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo1-2/+1
2018-04-26perf tests: Let 'perf test list' display subtestsHendrik Brueckner1-0/+9
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2-6/+5