summaryrefslogtreecommitdiff
path: root/tools/perf/tests/parse-events.c
AgeCommit message (Expand)Author
2019-11-18perf parse: Report initial event parsing errorIan Rogers
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29libperf: Add nr_entries to struct perf_evlistJiri Olsa
2019-07-29perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa
2019-07-29perf evlist: Rename perf_evlist__new() to evlist__new()Jiri Olsa
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-06-10perf test 6: Fix missing kvm module load for s390Thomas Richter
2019-02-14perf tools: Fix legacy events symbol separator parsingJiri Olsa
2018-07-31perf tests: Fix complex event name parsingSandipan Das
2018-07-24perf tests: Check that complex event name is parsed correctlyAlexey Budankov
2018-06-25perf tests: Add valid callback for parse-events testJiri Olsa
2018-06-25perf tests: Add event parsing error handling to parse events testJiri Olsa
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo
2018-05-17tools lib api fs tracing_path: Introduce opendir() methodArnaldo Carvalho de Melo
2018-05-17perf parse-events: Use get/put_events_file()Arnaldo Carvalho de Melo
2018-05-15perf tests parse-events: Add intel_pt parse testArnaldo Carvalho de Melo
2017-12-27perf perf: Remove duplicate includesPravin Shedge
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-06-27perf tools: Remove warning()Arnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2017-02-09perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-06perf test: Ignore .scale and other special filesAndi Kleen
2016-02-19perf tools: Enable config and setting names for legacy cache eventsWang Nan
2016-02-19perf tools: Enable config raw and numeric eventsWang Nan
2016-02-12perf tools: Use perf_event_terms__purge() for non-malloced termsArnaldo Carvalho de Melo
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo
2015-10-19perf test: Suppress libtraceevent warningsNamhyung Kim
2015-10-05perf tests: Add parsing test for 'P' modifierJiri Olsa
2015-09-14perf tools: Switch to tracing_path interface on appropriate placesJiri Olsa
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa
2015-08-12perf tests: Add tests to callgraph and time parseKan Liang
2015-07-29perf tools: Force period term to overload global settingsJiri Olsa
2015-05-29perf tests: Switch from open to openatRiku Voipio
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa
2015-04-08perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa
2015-02-11perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo