summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/parse-events.c
Commit message (Expand)AuthorAgeFilesLines
* perf parse: Report initial event parsing errorIan Rogers2019-11-181-1/+2
* libperf: Add perf_evlist__first()/last() functionsJiri Olsa2019-09-251-58/+58
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-311-0/+1
* libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-11/+11
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-436/+436
* libperf: Add nr_entries to struct perf_evlistJiri Olsa2019-07-291-38/+38
* perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa2019-07-291-1/+1
* perf evlist: Rename perf_evlist__new() to evlist__new()Jiri Olsa2019-07-291-1/+1
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-63/+63
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-60/+60
* perf test 6: Fix missing kvm module load for s390Thomas Richter2019-06-101-0/+27
* perf tools: Fix legacy events symbol separator parsingJiri Olsa2019-02-141-0/+30
* perf tests: Fix complex event name parsingSandipan Das2018-07-311-1/+1
* perf tests: Check that complex event name is parsed correctlyAlexey Budankov2018-07-241-0/+18
* perf tests: Add valid callback for parse-events testJiri Olsa2018-06-251-2/+15
* perf tests: Add event parsing error handling to parse events testJiri Olsa2018-06-251-3/+5
* perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo2018-06-051-2/+2
* tools lib api fs tracing_path: Introduce opendir() methodArnaldo Carvalho de Melo2018-05-171-1/+1
* perf parse-events: Use get/put_events_file()Arnaldo Carvalho de Melo2018-05-171-3/+4
* perf tests parse-events: Add intel_pt parse testArnaldo Carvalho de Melo2018-05-151-0/+13
* perf perf: Remove duplicate includesPravin Shedge2017-12-271-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* perf tools: Remove warning()Arnaldo Carvalho de Melo2017-06-271-13/+0
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+3
* perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-1/+1
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-201-1/+1
* perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo2017-02-091-5/+3
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-2/+2
* perf test: Ignore .scale and other special filesAndi Kleen2016-06-061-2/+2
* perf tools: Enable config and setting names for legacy cache eventsWang Nan2016-02-191-0/+12
* perf tools: Enable config raw and numeric eventsWang Nan2016-02-191-0/+40
* perf tools: Use perf_event_terms__purge() for non-malloced termsArnaldo Carvalho de Melo2016-02-121-1/+1
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf test: Suppress libtraceevent warningsNamhyung Kim2015-10-191-0/+14
* perf tests: Add parsing test for 'P' modifierJiri Olsa2015-10-051-0/+16
* perf tools: Switch to tracing_path interface on appropriate placesJiri Olsa2015-09-141-14/+2
* tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa2015-09-141-4/+3
* perf tests: Add tests to callgraph and time parseKan Liang2015-08-121-0/+38
* perf tools: Force period term to overload global settingsJiri Olsa2015-07-291-2/+10
* perf tests: Switch from open to openatRiku Voipio2015-05-291-6/+6
* perf tools: Add parse_events_error interfaceJiri Olsa2015-04-291-1/+1
* perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa2015-04-081-0/+40
* perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)2015-02-111-2/+11
* Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar2015-01-281-0/+58
|\
| * perf tools: add hardware breakpoint bp_len test casesJacob Shin2014-12-031-0/+58