Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
3bdf6bac58170383465a2fb67cf6e13a27e43b85
/
tools
/
perf
/
tests
/
parse-events.c
a6f39ce
perf tests: Fix complex event name parsing
by Sandipan Das
· 6 years ago
06dc5bf
perf tests: Check that complex event name is parsed correctly
by Alexey Budankov
· 7 years ago
16ddcfb
perf tests: Add valid callback for parse-events test
by Jiri Olsa
· 7 years ago
933ccf2
perf tests: Add event parsing error handling to parse events test
by Jiri Olsa
· 7 years ago
27de9b2
perf evsel: Add has_callchain() helper to make code more compact/clear
by Arnaldo Carvalho de Melo
· 7 years ago
7014e0e
tools lib api fs tracing_path: Introduce opendir() method
by Arnaldo Carvalho de Melo
· 7 years ago
25a7d914
perf parse-events: Use get/put_events_file()
by Arnaldo Carvalho de Melo
· 7 years ago
b3f58c8
perf tests parse-events: Add intel_pt parse test
by Arnaldo Carvalho de Melo
· 7 years ago
3315d14
perf perf: Remove duplicate includes
by Pravin Shedge
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
81f17c9
perf test: Add 'struct test *' to the test functions
by Arnaldo Carvalho de Melo
· 7 years ago
b211d79
perf tools: Remove warning()
by Arnaldo Carvalho de Melo
· 8 years ago
7a8ef4c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
76b31a2
perf tools: Remove include dirent.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
20a9ed2
perf tools: Use api/fs/tracing_path.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
877a7a1
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
by Arnaldo Carvalho de Melo
· 8 years ago
bb963e1
perf utils: Check verbose flag properly
by Namhyung Kim
· 8 years ago
2e2bbc03
perf tests: Avoid possible truncation with dirent->d_name + snprintf
by Arnaldo Carvalho de Melo
· 8 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
17a2634
perf test: Ignore .scale and other special files
by Andi Kleen
· 9 years ago
43d0b97
perf tools: Enable config and setting names for legacy cache events
by Wang Nan
· 9 years ago
10bf358
perf tools: Enable config raw and numeric events
by Wang Nan
· 9 years ago
682dc24
perf tools: Use perf_event_terms__purge() for non-malloced terms
by Arnaldo Carvalho de Melo
· 9 years ago
721a1f5
perf tests: Pass the subtest index to each test routine
by Arnaldo Carvalho de Melo
· 9 years ago
2690c73
perf test: Suppress libtraceevent warnings
by Namhyung Kim
· 9 years ago
ddd83c9
perf tests: Add parsing test for 'P' modifier
by Jiri Olsa
· 9 years ago
fbf9962
perf tools: Switch to tracing_path interface on appropriate places
by Jiri Olsa
· 9 years ago
4605eab
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
by Jiri Olsa
· 9 years ago
71ef150
perf tests: Add tests to callgraph and time parse
by Kan Liang
· 9 years ago
ee4c758
perf tools: Force period term to overload global settings
by Jiri Olsa
· 9 years ago
43f322b
perf tests: Switch from open to openat
by Riku Voipio
· 10 years ago
b39b839
perf tools: Add parse_events_error interface
by Jiri Olsa
· 10 years ago
a1e12da
perf tools: Add 'I' event modifier for exclude_idle bit
by Jiri Olsa
· 10 years ago
23773ca
perf tools: Make perf aware of tracefs
by Steven Rostedt (Red Hat)
· 10 years ago
b3890e4
Merge branch 'perf/hw_breakpoints' into perf/core
by Ingo Molnar
· 10 years ago
48000a1
perf tools: Remove EOL whitespaces
by Arnaldo Carvalho de Melo
· 10 years ago
ec32398
perf tools: add hardware breakpoint bp_len test cases
by Jacob Shin
· 11 years ago
ffe5978
perf test: Add test case for pmu event new style format
by Kan Liang
· 10 years ago
84f5d36
perf tools: Move pr_* debug macros into debug object
by Jiri Olsa
· 11 years ago
c0bc8c6
perf tests: Add a test of kvm-390: trace event
by Alexander Yarygin
· 11 years ago
615b8f9
perf tests: Add numeric identifier to evlist_test
by Alexander Yarygin
· 11 years ago
cd0cfad
perf tools: Move fs.* to lib/api/fs/
by Borislav Petkov
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
2d4352c
perf tests: Fixup leak on error path in parse events test
by Arnaldo Carvalho de Melo
· 11 years ago
553873e
tools/: Convert to new topic libraries
by Borislav Petkov
· 11 years ago
9a354cd
perf tools: Use perf_evlist__{first,last}, perf_evsel__next
by Arnaldo Carvalho de Melo
· 11 years ago
cf38fad
perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint()
by Arnaldo Carvalho de Melo
· 11 years ago
4299a54
perf tools: Factor sysfs code into generic fs object
by Jiri Olsa
· 11 years ago
c9ee780
perf tests: Add tests of new pinned modifier
by Michael Ellerman
· 11 years ago
a9f93f9
perf tests: Add parse events tests for leader sampling
by Jiri Olsa
· 12 years ago
c549aca
perf tests: Make terms a stack variable in test_term
by David Ahern
· 12 years ago
450ac18
perf tests: Make TEST_ASSERT_VAL global
by Jiri Olsa
· 12 years ago
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
a895d57
treewide: Fix typo in printks
by Masanari Iida
· 12 years ago
334fe7a
perf evlist: Remove cpus and threads arguments from perf_evlist__new()
by Namhyung Kim
· 12 years ago
85c66be
perf tools: Introduce tools/lib/lk library
by Borislav Petkov
· 12 years ago
5a30a99
perf tests: Adding automated parsing tests for group :GH modifiers
by Jiri Olsa
· 12 years ago
8d7d847
perf tests: Add group test conditions
by Namhyung Kim
· 12 years ago
23b6339
perf tools: Fix usage of __ in event parsing struct names
by Arnaldo Carvalho de Melo
· 12 years ago
6cee6cd
perf tools: Fix usage of __ in parse_events_term struct
by Arnaldo Carvalho de Melo
· 12 years ago
d8f7bbc
perf tools: Remove unused 'unset' parameter from parse_events
by Jiri Olsa
· 12 years ago
82ce75d
perf tests: Add event parsing test for '*:*' tracepoints
by Jiri Olsa
· 12 years ago
823254e
perf evsel: Convert to _is_group_leader method
by Namhyung Kim
· 12 years ago
f0b9abf
Merge branch 'linus' into perf/core
by Ingo Molnar
· 12 years ago
07ac002
perf evsel: Introduce is_group_member method
by Arnaldo Carvalho de Melo
· 12 years ago
c81251e
perf tests: Final cleanup for builtin-test move
by Jiri Olsa
· 12 years ago
945aea2
perf tests: Move test objects into 'tests' directory
by Jiri Olsa
· 12 years ago
[Renamed from tools/perf/util/parse-events-test.c]
95d18aa
perf/x86: Fix sparse warnings
by Peter Huewe
· 12 years ago