diff options
author | Masahiro Yamada <[email protected]> | 2020-08-29 17:14:10 +0900 |
---|---|---|
committer | Masahiro Yamada <[email protected]> | 2020-09-25 00:37:13 +0900 |
commit | f9b918fae678eacdeaad821db57a107fba6fe3a1 (patch) | |
tree | 37141d84a7df8166dc09fc2ce71d01822ed919bd /tools/perf/util/trace-event-scripting.c | |
parent | 6a143041532e7df4bd243f4994d46112bd7137ca (diff) |
kconfig: qconf: move ConfigView::updateList(All) to ConfigList class
ConfigView::updateList() iterates over all views, and then calls
updateList() against for its ConfigList instance.
This means there is no point to implement it in the ConfigView class.
Move and rename as follows:
ConfigView::updateList() -> ConfigList::updateListForAll()
ConfigView::updateListAll() -> ConfigList::updateListAllForAll()
I used QList to contain all ConfigList instances.
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions