aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/parse-events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-14perf tools: Fix legacy events symbol separator parsingJiri Olsa1-0/+30
2018-07-31perf tests: Fix complex event name parsingSandipan Das1-1/+1
2018-07-24perf tests: Check that complex event name is parsed correctlyAlexey Budankov1-0/+18
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-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo1-2/+2
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
2017-12-27perf perf: Remove duplicate includesPravin Shedge1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo1-1/+1
2017-06-27perf tools: Remove warning()Arnaldo Carvalho de Melo1-13/+0
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+3
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-1/+1
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-1/+1
2017-02-09perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo1-5/+3
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-2/+2
2016-06-06perf test: Ignore .scale and other special filesAndi Kleen1-2/+2
2016-02-19perf tools: Enable config and setting names for legacy cache eventsWang Nan1-0/+12
2016-02-19perf tools: Enable config raw and numeric eventsWang Nan1-0/+40
2016-02-12perf tools: Use perf_event_terms__purge() for non-malloced termsArnaldo Carvalho de Melo1-1/+1
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo1-1/+1
2015-10-19perf test: Suppress libtraceevent warningsNamhyung Kim1-0/+14
2015-10-05perf tests: Add parsing test for 'P' modifierJiri Olsa1-0/+16
2015-09-14perf tools: Switch to tracing_path interface on appropriate placesJiri Olsa1-14/+2
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa1-4/+3
2015-08-12perf tests: Add tests to callgraph and time parseKan Liang1-0/+38
2015-07-29perf tools: Force period term to overload global settingsJiri Olsa1-2/+10
2015-05-29perf tests: Switch from open to openatRiku Voipio1-6/+6
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa1-1/+1
2015-04-08perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa1-0/+40
2015-02-11perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)1-2/+11
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar1-0/+58
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo1-1/+1
2014-12-03perf tools: add hardware breakpoint bp_len test casesJacob Shin1-0/+58
2014-10-15perf test: Add test case for pmu event new style formatKan Liang1-0/+36
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-0/+1
2014-04-29perf tests: Add a test of kvm-390: trace eventAlexander Yarygin1-0/+7
2014-04-29perf tests: Add numeric identifier to evlist_testAlexander Yarygin1-45/+90
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov1-1/+1
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-2/+2
2014-01-13perf tests: Fixup leak on error path in parse events testArnaldo Carvalho de Melo1-3/+3
2013-12-16tools/: Convert to new topic librariesBorislav Petkov1-1/+1
2013-11-14perf tools: Use perf_evlist__{first,last}, perf_evsel__nextArnaldo Carvalho de Melo1-2/+1
2013-11-05perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint()Arnaldo Carvalho de Melo1-2/+2
2013-11-05perf tools: Factor sysfs code into generic fs objectJiri Olsa1-1/+1